Html Css Color HEX #F4814C Crusta

📋 copy color: '#F4814C'

red 244 ◦ green 129 ◦ blue 76

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

Shades of Crusta #F4814C

Tints of Crusta #F4814C

RGB

 RED value IS 244 (95.7% from 255) = 54.34%

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

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

R = 54.34%
G = 28.73%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4814C (or 0xF4814C) is known color: Crusta. HEX triplet: F4, 81 and 4C. RGB value is (244,129,76). Sum of RGB (Red+Green+Blue) = 244+129+76=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4814C is #0B7EB3. Grayscale: #9D9D9D. Windows color (decimal): -753332 or 5014004. OLE color: 5014004.

HSL color Cylindrical-coordinate representation of color #F4814C: hue angle of 18.93º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4814C is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 129 76 -
CMYK 0 0.47 0.69 0.04
HSL 18.93º 0.88% 0.63% -
HSV(B) 18.93º 0.69% 0.96% -
XYZ 46.46 35.46 11.23 -
YUV 157.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 244 129 76 0 0.47 0.69 0.04 18.93 0.88 0.63
Hex F4 81 4C 0 2F 45 4 13 58 3F
Octal 364 201 114 0 57 105 4 23 130 77
Binary 11110100 10000001 1001100 0 101111 1000101 100 10011 1011000 111111

Color Harmonies of #F4814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4814C

Black with #F4814C

Text Example


Text Example

White with #F4814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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