Html Css Color HEX #F99455 Crusta

📋 copy color: '#F99455'

red 249 ◦ green 148 ◦ blue 85

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

Shades of Crusta #F99455

Tints of Crusta #F99455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 51.66%
G = 30.71%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F99455 (or 0xF99455) is known color: Crusta. HEX triplet: F9, 94 and 55. RGB value is (249,148,85). Sum of RGB (Red+Green+Blue) = 249+148+85=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F99455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99455 is #066BAA. Grayscale: #ABABAB. Windows color (decimal): -420779 or 5608697. OLE color: 5608697.

HSL color Cylindrical-coordinate representation of color #F99455: hue angle of 23.05º 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 #F99455 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 85 -
CMYK 0 0.41 0.66 0.02
HSL 23.05º 0.93% 0.65% -
HSV(B) 23.05º 0.66% 0.98% -
XYZ 51.3 41.98 13.99 -
YUV 171.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 249 148 85 0 0.41 0.66 0.02 23.05 0.93 0.65
Hex F9 94 55 0 29 42 2 17 5D 41
Octal 371 224 125 0 51 102 2 27 135 101
Binary 11111001 10010100 1010101 0 101001 1000010 10 10111 1011101 1000001

Color Harmonies of #F99455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99455

Black with #F99455

Text Example


Text Example

White with #F99455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99455; }

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

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

background-color css

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

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

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

border-color css

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

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

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