Html Css Color HEX #FE9B2C Neon Carrot

📋 copy color: '#FE9B2C'

red 254 ◦ green 155 ◦ blue 44

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

Shades of Neon Carrot #FE9B2C

Tints of Neon Carrot #FE9B2C

RGB

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

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

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

R = 56.07%
G = 34.22%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE9B2C (or 0xFE9B2C) is known color: Neon Carrot. HEX triplet: FE, 9B and 2C. RGB value is (254,155,44). Sum of RGB (Red+Green+Blue) = 254+155+44=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B2C is #0164D3. Grayscale: #ACACAC. Windows color (decimal): -91348 or 2923518. OLE color: 2923518.

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

Color convert

RGB 254 155 44 -
CMYK 0 0.39 0.83 0.00
HSL 31.71º 0.99% 0.58% -
HSV(B) 31.71º 0.83% 1% -
XYZ 53.05 44.7 8.21 -
YUV 171.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 254 155 44 0 0.39 0.83 0.00 31.71 0.99 0.58
Hex FE 9B 2C 0 27 53 0 20 63 3A
Octal 376 233 54 0 47 123 0 40 143 72
Binary 11111110 10011011 101100 0 100111 1010011 0 100000 1100011 111010

Color Harmonies of #FE9B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B2C

Black with #FE9B2C

Text Example


Text Example

White with #FE9B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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