Html Css Color HEX #FF9932 Neon Carrot

📋 copy color: '#FF9932'

red 255 ◦ green 153 ◦ blue 50

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

Shades of Neon Carrot #FF9932

Tints of Neon Carrot #FF9932

RGB

 RED value IS 255 (100% from 255) = 55.68%

 GREEN value IS 153 (60.16% from 255) = 33.41%

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

R = 55.68%
G = 33.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF9932 (or 0xFF9932) is known color: Neon Carrot. HEX triplet: FF, 99 and 32. RGB value is (255,153,50). Sum of RGB (Red+Green+Blue) = 255+153+50=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9932 is #0066CD. Grayscale: #ACACAC. Windows color (decimal): -26318 or 3316223. OLE color: 3316223.

HSL color Cylindrical-coordinate representation of color #FF9932: hue angle of 30.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF9932 is Cyan = 0, Magento = 0.4, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 50 -
CMYK 0 0.4 0.80 0
HSL 30.15º 1% 0.6% -
HSV(B) 30.15º 0.8% 1% -
XYZ 53.21 44.27 8.76 -
YUV 171.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 255 153 50 0 0.4 0.80 0 30.15 1 0.6
Hex FF 99 32 0 28 50 0 1E 64 3C
Octal 377 231 62 0 50 120 0 36 144 74
Binary 11111111 10011001 110010 0 101000 1010000 0 11110 1100100 111100

Color Harmonies of #FF9932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9932

Black with #FF9932

Text Example


Text Example

White with #FF9932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9932; }

 p { color: rgb(255,153,50); }

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

background-color css

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

 a { background-color: rgb(255,153,50); }

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

border-color css

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

 span { border-color: rgb(255,153,50); }

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