Html Css Color HEX #FF9E2C Neon Carrot

📋 copy color: '#FF9E2C'

red 255 ◦ green 158 ◦ blue 44

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

Shades of Neon Carrot #FF9E2C

Tints of Neon Carrot #FF9E2C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.57%

 BLUE value IS 44 (17.58% from 255) = 9.63%

R = 55.8%
G = 34.57%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF9E2C (or 0xFF9E2C) is known color: Neon Carrot. HEX triplet: FF, 9E and 2C. RGB value is (255,158,44). Sum of RGB (Red+Green+Blue) = 255+158+44=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E2C is #0061D3. Grayscale: #AEAEAE. Windows color (decimal): -25044 or 2924287. OLE color: 2924287.

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

Color convert

RGB 255 158 44 -
CMYK 0 0.38 0.83 0
HSL 32.42º 1% 0.59% -
HSV(B) 32.42º 0.83% 1% -
XYZ 53.92 45.9 8.4 -
YUV 174.01 54.64 185.77 -
System Red Green Blue C M Y K H S L
Decimal 255 158 44 0 0.38 0.83 0 32.42 1 0.59
Hex FF 9E 2C 0 26 53 0 20 64 3B
Octal 377 236 54 0 46 123 0 40 144 73
Binary 11111111 10011110 101100 0 100110 1010011 0 100000 1100100 111011

Color Harmonies of #FF9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E2C

Black with #FF9E2C

Text Example


Text Example

White with #FF9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E2C; }

 p { color: rgb(255,158,44); }

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

background-color css

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

 a { background-color: rgb(255,158,44); }

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

border-color css

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

 span { border-color: rgb(255,158,44); }

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