Html Css Color HEX #F1874C Crusta

📋 copy color: '#F1874C'

red 241 ◦ green 135 ◦ blue 76

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

Shades of Crusta #F1874C

Tints of Crusta #F1874C

RGB

 RED value IS 241 (94.53% from 255) = 53.32%

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

 BLUE value IS 76 (30.08% from 255) = 16.81%

R = 53.32%
G = 29.87%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1874C (or 0xF1874C) is known color: Crusta. HEX triplet: F1, 87 and 4C. RGB value is (241,135,76). Sum of RGB (Red+Green+Blue) = 241+135+76=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1874C is #0E78B3. Grayscale: #A0A0A0. Windows color (decimal): -948404 or 5015537. OLE color: 5015537.

HSL color Cylindrical-coordinate representation of color #F1874C: hue angle of 21.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1874C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 76 -
CMYK 0 0.44 0.68 0.05
HSL 21.45º 0.85% 0.62% -
HSV(B) 21.45º 0.68% 0.95% -
XYZ 46.24 36.55 11.46 -
YUV 159.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 241 135 76 0 0.44 0.68 0.05 21.45 0.85 0.62
Hex F1 87 4C 0 2C 44 5 15 55 3E
Octal 361 207 114 0 54 104 5 25 125 76
Binary 11110001 10000111 1001100 0 101100 1000100 101 10101 1010101 111110

Color Harmonies of #F1874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1874C

Black with #F1874C

Text Example


Text Example

White with #F1874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1874C; }

 p { color: rgb(241,135,76); }

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

background-color css

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

 a { background-color: rgb(241,135,76); }

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

border-color css

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

 span { border-color: rgb(241,135,76); }

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