Html Css Color HEX #F9875C Crusta

📋 copy color: '#F9875C'

red 249 ◦ green 135 ◦ blue 92

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

Shades of Crusta #F9875C

Tints of Crusta #F9875C

RGB

 RED value IS 249 (97.66% from 255) = 52.31%

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 52.31%
G = 28.36%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9875C (or 0xF9875C) is known color: Crusta. HEX triplet: F9, 87 and 5C. RGB value is (249,135,92). Sum of RGB (Red+Green+Blue) = 249+135+92=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9875C is #0678A3. Grayscale: #A4A4A4. Windows color (decimal): -424100 or 6064121. OLE color: 6064121.

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

Color convert

RGB 249 135 92 -
CMYK 0 0.46 0.63 0.02
HSL 16.43º 0.93% 0.67% -
HSV(B) 16.43º 0.63% 0.98% -
XYZ 49.66 38.24 14.89 -
YUV 164.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 249 135 92 0 0.46 0.63 0.02 16.43 0.93 0.67
Hex F9 87 5C 0 2E 3F 2 10 5D 43
Octal 371 207 134 0 56 77 2 20 135 103
Binary 11111001 10000111 1011100 0 101110 111111 10 10000 1011101 1000011

Color Harmonies of #F9875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9875C

Black with #F9875C

Text Example


Text Example

White with #F9875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9875C; }

 p { color: rgb(249,135,92); }

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

background-color css

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

 a { background-color: rgb(249,135,92); }

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

border-color css

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

 span { border-color: rgb(249,135,92); }

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