Html Css Color HEX #FE9631 Neon Carrot

📋 copy color: '#FE9631'

red 254 ◦ green 150 ◦ blue 49

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

Shades of Neon Carrot #FE9631

Tints of Neon Carrot #FE9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

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

R = 56.07%
G = 33.11%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE9631 (or 0xFE9631) is known color: Neon Carrot. HEX triplet: FE, 96 and 31. RGB value is (254,150,49). Sum of RGB (Red+Green+Blue) = 254+150+49=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9631 is #0169CE. Grayscale: #AAAAAA. Windows color (decimal): -92623 or 3249918. OLE color: 3249918.

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

Color convert

RGB 254 150 49 -
CMYK 0 0.41 0.81 0.00
HSL 29.56º 0.99% 0.59% -
HSV(B) 29.56º 0.81% 1% -
XYZ 52.33 43.11 8.47 -
YUV 169.58 59.96 188.21 -
System Red Green Blue C M Y K H S L
Decimal 254 150 49 0 0.41 0.81 0.00 29.56 0.99 0.59
Hex FE 96 31 0 29 51 0 1E 63 3B
Octal 376 226 61 0 51 121 0 36 143 73
Binary 11111110 10010110 110001 0 101001 1010001 0 11110 1100011 111011

Color Harmonies of #FE9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9631

Black with #FE9631

Text Example


Text Example

White with #FE9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9631; }

 p { color: rgb(254,150,49); }

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

background-color css

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

 a { background-color: rgb(254,150,49); }

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

border-color css

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

 span { border-color: rgb(254,150,49); }

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