Html Css Color HEX #FE9E30 Neon Carrot

📋 copy color: '#FE9E30'

red 254 ◦ green 158 ◦ blue 48

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

Shades of Neon Carrot #FE9E30

Tints of Neon Carrot #FE9E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 55.22%
G = 34.35%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE9E30 (or 0xFE9E30) is known color: Neon Carrot. HEX triplet: FE, 9E and 30. RGB value is (254,158,48). Sum of RGB (Red+Green+Blue) = 254+158+48=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9E30 is #0161CF. Grayscale: #AEAEAE. Windows color (decimal): -90576 or 3186430. OLE color: 3186430.

HSL color Cylindrical-coordinate representation of color #FE9E30: hue angle of 32.04º 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 #FE9E30 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 158 48 -
CMYK 0 0.38 0.81 0.00
HSL 32.04º 0.99% 0.59% -
HSV(B) 32.04º 0.81% 1% -
XYZ 53.63 45.74 8.8 -
YUV 174.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 254 158 48 0 0.38 0.81 0.00 32.04 0.99 0.59
Hex FE 9E 30 0 26 51 0 20 63 3B
Octal 376 236 60 0 46 121 0 40 143 73
Binary 11111110 10011110 110000 0 100110 1010001 0 100000 1100011 111011

Color Harmonies of #FE9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E30

Black with #FE9E30

Text Example


Text Example

White with #FE9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E30; }

 p { color: rgb(254,158,48); }

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

background-color css

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

 a { background-color: rgb(254,158,48); }

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

border-color css

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

 span { border-color: rgb(254,158,48); }

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