Html Css Color HEX #F99132 Neon Carrot

📋 copy color: '#F99132'

red 249 ◦ green 145 ◦ blue 50

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

Shades of Neon Carrot #F99132

Tints of Neon Carrot #F99132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.66%

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 56.08%
G = 32.66%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F99132 (or 0xF99132) is known color: Neon Carrot. HEX triplet: F9, 91 and 32. RGB value is (249,145,50). Sum of RGB (Red+Green+Blue) = 249+145+50=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F99132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99132 is #066ECD. Grayscale: #A5A5A5. Windows color (decimal): -421582 or 3314169. OLE color: 3314169.

HSL color Cylindrical-coordinate representation of color #F99132: hue angle of 28.64º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F99132 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 50 -
CMYK 0 0.42 0.80 0.02
HSL 28.64º 0.94% 0.59% -
HSV(B) 28.64º 0.8% 0.98% -
XYZ 49.77 40.62 8.24 -
YUV 165.27 62.96 187.72 -
System Red Green Blue C M Y K H S L
Decimal 249 145 50 0 0.42 0.80 0.02 28.64 0.94 0.59
Hex F9 91 32 0 2A 50 2 1D 5E 3B
Octal 371 221 62 0 52 120 2 35 136 73
Binary 11111001 10010001 110010 0 101010 1010000 10 11101 1011110 111011

Color Harmonies of #F99132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99132

Black with #F99132

Text Example


Text Example

White with #F99132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99132; }

 p { color: rgb(249,145,50); }

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

background-color css

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

 a { background-color: rgb(249,145,50); }

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

border-color css

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

 span { border-color: rgb(249,145,50); }

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