Html Css Color HEX #F08250 Crusta

📋 copy color: '#F08250'

red 240 ◦ green 130 ◦ blue 80

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

Shades of Crusta #F08250

Tints of Crusta #F08250

RGB

 RED value IS 240 (94.14% from 255) = 53.33%

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

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

R = 53.33%
G = 28.89%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F08250 (or 0xF08250) is known color: Crusta. HEX triplet: F0, 82 and 50. RGB value is (240,130,80). Sum of RGB (Red+Green+Blue) = 240+130+80=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F08250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08250 is #0F7DAF. Grayscale: #9D9D9D. Windows color (decimal): -1015216 or 5276400. OLE color: 5276400.

HSL color Cylindrical-coordinate representation of color #F08250: hue angle of 18.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F08250 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 80 -
CMYK 0 0.46 0.67 0.06
HSL 18.75º 0.84% 0.63% -
HSV(B) 18.75º 0.67% 0.94% -
XYZ 45.37 35.07 11.97 -
YUV 157.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 240 130 80 0 0.46 0.67 0.06 18.75 0.84 0.63
Hex F0 82 50 0 2E 43 6 13 54 3F
Octal 360 202 120 0 56 103 6 23 124 77
Binary 11110000 10000010 1010000 0 101110 1000011 110 10011 1010100 111111

Color Harmonies of #F08250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08250

Black with #F08250

Text Example


Text Example

White with #F08250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08250; }

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

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

background-color css

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

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

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

border-color css

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

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

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