Html Css Color HEX #FF9331 Neon Carrot

📋 copy color: '#FF9331'

red 255 ◦ green 147 ◦ blue 49

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

Shades of Neon Carrot #FF9331

Tints of Neon Carrot #FF9331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 56.54%
G = 32.59%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF9331 (or 0xFF9331) is known color: Neon Carrot. HEX triplet: FF, 93 and 31. RGB value is (255,147,49). Sum of RGB (Red+Green+Blue) = 255+147+49=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9331 is #006CCE. Grayscale: #A8A8A8. Windows color (decimal): -27855 or 3249151. OLE color: 3249151.

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

Color convert

RGB 255 147 49 -
CMYK 0 0.42 0.81 0
HSL 28.54º 1% 0.6% -
HSV(B) 28.54º 0.81% 1% -
XYZ 52.23 42.35 8.33 -
YUV 168.12 60.78 189.97 -
System Red Green Blue C M Y K H S L
Decimal 255 147 49 0 0.42 0.81 0 28.54 1 0.6
Hex FF 93 31 0 2A 51 0 1D 64 3C
Octal 377 223 61 0 52 121 0 35 144 74
Binary 11111111 10010011 110001 0 101010 1010001 0 11101 1100100 111100

Color Harmonies of #FF9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9331

Black with #FF9331

Text Example


Text Example

White with #FF9331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9331; }

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

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

background-color css

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

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

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

border-color css

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

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

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