Html Css Color HEX #F99055 Crusta

📋 copy color: '#F99055'

red 249 ◦ green 144 ◦ blue 85

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

Shades of Crusta #F99055

Tints of Crusta #F99055

RGB

 RED value IS 249 (97.66% from 255) = 52.09%

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 52.09%
G = 30.13%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F99055 (or 0xF99055) is known color: Crusta. HEX triplet: F9, 90 and 55. RGB value is (249,144,85). Sum of RGB (Red+Green+Blue) = 249+144+85=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F99055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99055 is #066FAA. Grayscale: #A9A9A9. Windows color (decimal): -421803 or 5607673. OLE color: 5607673.

HSL color Cylindrical-coordinate representation of color #F99055: hue angle of 21.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F99055 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 85 -
CMYK 0 0.42 0.66 0.02
HSL 21.59º 0.93% 0.65% -
HSV(B) 21.59º 0.66% 0.98% -
XYZ 50.68 40.74 13.79 -
YUV 168.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 249 144 85 0 0.42 0.66 0.02 21.59 0.93 0.65
Hex F9 90 55 0 2A 42 2 16 5D 41
Octal 371 220 125 0 52 102 2 26 135 101
Binary 11111001 10010000 1010101 0 101010 1000010 10 10110 1011101 1000001

Color Harmonies of #F99055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99055

Black with #F99055

Text Example


Text Example

White with #F99055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99055; }

 p { color: rgb(249,144,85); }

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

background-color css

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

 a { background-color: rgb(249,144,85); }

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

border-color css

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

 span { border-color: rgb(249,144,85); }

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