Html Css Color HEX #F5814C Crusta

📋 copy color: '#F5814C'

red 245 ◦ green 129 ◦ blue 76

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

Shades of Crusta #F5814C

Tints of Crusta #F5814C

RGB

 RED value IS 245 (96.09% from 255) = 54.44%

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

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

R = 54.44%
G = 28.67%
B = 16.89%

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

#F5814C (or 0xF5814C) is known color: Crusta. HEX triplet: F5, 81 and 4C. RGB value is (245,129,76). Sum of RGB (Red+Green+Blue) = 245+129+76=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5814C is #0A7EB3. Grayscale: #9D9D9D. Windows color (decimal): -687796 or 5014005. OLE color: 5014005.

HSL color Cylindrical-coordinate representation of color #F5814C: hue angle of 18.82º degrees, saturation: 0.89, 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 #F5814C is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 76 -
CMYK 0 0.47 0.69 0.04
HSL 18.82º 0.89% 0.63% -
HSV(B) 18.82º 0.69% 0.96% -
XYZ 46.81 35.63 11.25 -
YUV 157.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 245 129 76 0 0.47 0.69 0.04 18.82 0.89 0.63
Hex F5 81 4C 0 2F 45 4 13 59 3F
Octal 365 201 114 0 57 105 4 23 131 77
Binary 11110101 10000001 1001100 0 101111 1000101 100 10011 1011001 111111

Color Harmonies of #F5814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5814C

Black with #F5814C

Text Example


Text Example

White with #F5814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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