Html Css Color HEX #F5854A Crusta

📋 copy color: '#F5854A'

red 245 ◦ green 133 ◦ blue 74

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

Shades of Crusta #F5854A

Tints of Crusta #F5854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.42%

 BLUE value IS 74 (29.3% from 255) = 16.37%

R = 54.2%
G = 29.42%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5854A (or 0xF5854A) is known color: Crusta. HEX triplet: F5, 85 and 4A. RGB value is (245,133,74). Sum of RGB (Red+Green+Blue) = 245+133+74=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5854A is #0A7AB5. Grayscale: #A0A0A0. Windows color (decimal): -686774 or 4883957. OLE color: 4883957.

HSL color Cylindrical-coordinate representation of color #F5854A: hue angle of 20.7º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5854A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 74 -
CMYK 0 0.46 0.70 0.04
HSL 20.7º 0.9% 0.63% -
HSV(B) 20.7º 0.7% 0.96% -
XYZ 47.28 36.68 11.07 -
YUV 159.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 245 133 74 0 0.46 0.70 0.04 20.7 0.9 0.63
Hex F5 85 4A 0 2E 46 4 15 5A 3F
Octal 365 205 112 0 56 106 4 25 132 77
Binary 11110101 10000101 1001010 0 101110 1000110 100 10101 1011010 111111

Color Harmonies of #F5854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5854A

Black with #F5854A

Text Example


Text Example

White with #F5854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5854A; }

 p { color: rgb(245,133,74); }

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

background-color css

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

 a { background-color: rgb(245,133,74); }

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

border-color css

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

 span { border-color: rgb(245,133,74); }

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