Html Css Color HEX #F1814C Crusta

📋 copy color: '#F1814C'

red 241 ◦ green 129 ◦ blue 76

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

Shades of Crusta #F1814C

Tints of Crusta #F1814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 54.04%
G = 28.92%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1814C (or 0xF1814C) is known color: Crusta. HEX triplet: F1, 81 and 4C. RGB value is (241,129,76). Sum of RGB (Red+Green+Blue) = 241+129+76=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1814C is #0E7EB3. Grayscale: #9C9C9C. Windows color (decimal): -949940 or 5014001. OLE color: 5014001.

HSL color Cylindrical-coordinate representation of color #F1814C: hue angle of 19.27º 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 #F1814C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 76 -
CMYK 0 0.46 0.68 0.05
HSL 19.27º 0.85% 0.62% -
HSV(B) 19.27º 0.68% 0.95% -
XYZ 45.43 34.92 11.18 -
YUV 156.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 241 129 76 0 0.46 0.68 0.05 19.27 0.85 0.62
Hex F1 81 4C 0 2E 44 5 13 55 3E
Octal 361 201 114 0 56 104 5 23 125 76
Binary 11110001 10000001 1001100 0 101110 1000100 101 10011 1010101 111110

Color Harmonies of #F1814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1814C

Black with #F1814C

Text Example


Text Example

White with #F1814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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