Html Css Color HEX #F0854B Crusta

📋 copy color: '#F0854B'

red 240 ◦ green 133 ◦ blue 75

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

Shades of Crusta #F0854B

Tints of Crusta #F0854B

RGB

 RED value IS 240 (94.14% from 255) = 53.57%

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

 BLUE value IS 75 (29.69% from 255) = 16.74%

R = 53.57%
G = 29.69%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0854B (or 0xF0854B) is known color: Crusta. HEX triplet: F0, 85 and 4B. RGB value is (240,133,75). Sum of RGB (Red+Green+Blue) = 240+133+75=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0854B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0854B is #0F7AB4. Grayscale: #9E9E9E. Windows color (decimal): -1014453 or 4949488. OLE color: 4949488.

HSL color Cylindrical-coordinate representation of color #F0854B: hue angle of 21.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0854B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 75 -
CMYK 0 0.45 0.69 0.06
HSL 21.09º 0.85% 0.62% -
HSV(B) 21.09º 0.69% 0.94% -
XYZ 45.59 35.81 11.17 -
YUV 158.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 240 133 75 0 0.45 0.69 0.06 21.09 0.85 0.62
Hex F0 85 4B 0 2D 45 6 15 55 3E
Octal 360 205 113 0 55 105 6 25 125 76
Binary 11110000 10000101 1001011 0 101101 1000101 110 10101 1010101 111110

Color Harmonies of #F0854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0854B

Black with #F0854B

Text Example


Text Example

White with #F0854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0854B; }

 p { color: rgb(240,133,75); }

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

background-color css

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

 a { background-color: rgb(240,133,75); }

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

border-color css

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

 span { border-color: rgb(240,133,75); }

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