Html Css Color HEX #F99B32 Neon Carrot

📋 copy color: '#F99B32'

red 249 ◦ green 155 ◦ blue 50

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

Shades of Neon Carrot #F99B32

Tints of Neon Carrot #F99B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

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

R = 54.85%
G = 34.14%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F99B32 (or 0xF99B32) is known color: Neon Carrot. HEX triplet: F9, 9B and 32. RGB value is (249,155,50). Sum of RGB (Red+Green+Blue) = 249+155+50=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99B32 is #0664CD. Grayscale: #ABABAB. Windows color (decimal): -419022 or 3316729. OLE color: 3316729.

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

Color convert

RGB 249 155 50 -
CMYK 0 0.38 0.80 0.02
HSL 31.66º 0.94% 0.59% -
HSV(B) 31.66º 0.8% 0.98% -
XYZ 51.36 43.81 8.77 -
YUV 171.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 249 155 50 0 0.38 0.80 0.02 31.66 0.94 0.59
Hex F9 9B 32 0 26 50 2 20 5E 3B
Octal 371 233 62 0 46 120 2 40 136 73
Binary 11111001 10011011 110010 0 100110 1010000 10 100000 1011110 111011

Color Harmonies of #F99B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99B32

Black with #F99B32

Text Example


Text Example

White with #F99B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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