Html Css Color HEX #FE9B20 Neon Carrot

📋 copy color: '#FE9B20'

red 254 ◦ green 155 ◦ blue 32

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

Shades of Neon Carrot #FE9B20

Tints of Neon Carrot #FE9B20

RGB

 RED value IS 254 (99.61% from 255) = 57.6%

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

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 57.6%
G = 35.15%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9B20 (or 0xFE9B20) is known color: Neon Carrot. HEX triplet: FE, 9B and 20. RGB value is (254,155,32). Sum of RGB (Red+Green+Blue) = 254+155+32=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B20 is #0164DF. Grayscale: #ABABAB. Windows color (decimal): -91360 or 2137086. OLE color: 2137086.

HSL color Cylindrical-coordinate representation of color #FE9B20: hue angle of 33.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE9B20 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 155 32 -
CMYK 0 0.39 0.87 0.00
HSL 33.24º 0.99% 0.56% -
HSV(B) 33.24º 0.87% 1% -
XYZ 52.86 44.62 7.19 -
YUV 170.58 49.8 187.5 -
System Red Green Blue C M Y K H S L
Decimal 254 155 32 0 0.39 0.87 0.00 33.24 0.99 0.56
Hex FE 9B 20 0 27 57 0 21 63 38
Octal 376 233 40 0 47 127 0 41 143 70
Binary 11111110 10011011 100000 0 100111 1010111 0 100001 1100011 111000

Color Harmonies of #FE9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B20

Black with #FE9B20

Text Example


Text Example

White with #FE9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B20; }

 p { color: rgb(254,155,32); }

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

background-color css

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

 a { background-color: rgb(254,155,32); }

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

border-color css

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

 span { border-color: rgb(254,155,32); }

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