Html Css Color HEX #F38250 Crusta

📋 copy color: '#F38250'

red 243 ◦ green 130 ◦ blue 80

#F38250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F38250

Tints of Crusta #F38250

RGB

 RED value IS 243 (95.31% from 255) = 53.64%

 GREEN value IS 130 (51.17% from 255) = 28.7%

 BLUE value IS 80 (31.64% from 255) = 17.66%

R = 53.64%
G = 28.7%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F38250 (or 0xF38250) is known color: Crusta. HEX triplet: F3, 82 and 50. RGB value is (243,130,80). Sum of RGB (Red+Green+Blue) = 243+130+80=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F38250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38250 is #0C7DAF. Grayscale: #9E9E9E. Windows color (decimal): -818608 or 5276403. OLE color: 5276403.

HSL color Cylindrical-coordinate representation of color #F38250: hue angle of 18.4º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F38250 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 80 -
CMYK 0 0.47 0.67 0.05
HSL 18.4º 0.87% 0.63% -
HSV(B) 18.4º 0.67% 0.95% -
XYZ 46.39 35.6 12.02 -
YUV 158.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 243 130 80 0 0.47 0.67 0.05 18.4 0.87 0.63
Hex F3 82 50 0 2F 43 5 12 57 3F
Octal 363 202 120 0 57 103 5 22 127 77
Binary 11110011 10000010 1010000 0 101111 1000011 101 10010 1010111 111111

Color Harmonies of #F38250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38250

Black with #F38250

Text Example


Text Example

White with #F38250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38250; }

 p { color: rgb(243,130,80); }

 H1.HeaderClassName
 {
   color: #F38250;
 }
 .AnyTagClassName
 {
   color: #F38250;
 }
</style>

background-color css

<style>
 a { background-color: #F38250; }

 a { background-color: rgb(243,130,80); }

 div.DivClassName
 {
   background-color: #F38250;
 }
 .BgClassName
 {
   background-color: #F38250;
 }
</style>

border-color css

<style>
 span { border-color: #F38250; }

 span { border-color: rgb(243,130,80); }

 td.TdClassName
 {
   border-color: #F38250;
 }
 .TagClassName
 {
   border-color: #F38250;
 }
</style>