Html Css Color HEX #FF9332 Neon Carrot

📋 copy color: '#FF9332'

red 255 ◦ green 147 ◦ blue 50

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

Shades of Neon Carrot #FF9332

Tints of Neon Carrot #FF9332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

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

R = 56.42%
G = 32.52%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF9332 (or 0xFF9332) is known color: Neon Carrot. HEX triplet: FF, 93 and 32. RGB value is (255,147,50). Sum of RGB (Red+Green+Blue) = 255+147+50=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9332 is #006CCD. Grayscale: #A8A8A8. Windows color (decimal): -27854 or 3314687. OLE color: 3314687.

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

Color convert

RGB 255 147 50 -
CMYK 0 0.42 0.80 0
HSL 28.39º 1% 0.6% -
HSV(B) 28.39º 0.8% 1% -
XYZ 52.25 42.36 8.44 -
YUV 168.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 255 147 50 0 0.42 0.80 0 28.39 1 0.6
Hex FF 93 32 0 2A 50 0 1C 64 3C
Octal 377 223 62 0 52 120 0 34 144 74
Binary 11111111 10010011 110010 0 101010 1010000 0 11100 1100100 111100

Color Harmonies of #FF9332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9332

Black with #FF9332

Text Example


Text Example

White with #FF9332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9332; }

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

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

background-color css

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

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

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

border-color css

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

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

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