Html Css Color HEX #F09255 Crusta

📋 copy color: '#F09255'

red 240 ◦ green 146 ◦ blue 85

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

Shades of Crusta #F09255

Tints of Crusta #F09255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 50.96%
G = 31%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F09255 (or 0xF09255) is known color: Crusta. HEX triplet: F0, 92 and 55. RGB value is (240,146,85). Sum of RGB (Red+Green+Blue) = 240+146+85=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F09255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09255 is #0F6DAA. Grayscale: #A7A7A7. Windows color (decimal): -1011115 or 5608176. OLE color: 5608176.

HSL color Cylindrical-coordinate representation of color #F09255: hue angle of 23.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09255 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 85 -
CMYK 0 0.39 0.65 0.06
HSL 23.61º 0.84% 0.64% -
HSV(B) 23.61º 0.65% 0.94% -
XYZ 47.85 39.74 13.74 -
YUV 167.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 240 146 85 0 0.39 0.65 0.06 23.61 0.84 0.64
Hex F0 92 55 0 27 41 6 18 54 40
Octal 360 222 125 0 47 101 6 30 124 100
Binary 11110000 10010010 1010101 0 100111 1000001 110 11000 1010100 1000000

Color Harmonies of #F09255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09255

Black with #F09255

Text Example


Text Example

White with #F09255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09255; }

 p { color: rgb(240,146,85); }

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

background-color css

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

 a { background-color: rgb(240,146,85); }

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

border-color css

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

 span { border-color: rgb(240,146,85); }

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