Html Css Color HEX #FE9429 Neon Carrot

📋 copy color: '#FE9429'

red 254 ◦ green 148 ◦ blue 41

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

Shades of Neon Carrot #FE9429

Tints of Neon Carrot #FE9429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 57.34%
G = 33.41%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE9429 (or 0xFE9429) is known color: Neon Carrot. HEX triplet: FE, 94 and 29. RGB value is (254,148,41). Sum of RGB (Red+Green+Blue) = 254+148+41=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9429 is #016BD6. Grayscale: #A8A8A8. Windows color (decimal): -93143 or 2725118. OLE color: 2725118.

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

Color convert

RGB 254 148 41 -
CMYK 0 0.42 0.84 0.00
HSL 30.14º 0.99% 0.58% -
HSV(B) 30.14º 0.84% 1% -
XYZ 51.86 42.41 7.55 -
YUV 167.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 254 148 41 0 0.42 0.84 0.00 30.14 0.99 0.58
Hex FE 94 29 0 2A 54 0 1E 63 3A
Octal 376 224 51 0 52 124 0 36 143 72
Binary 11111110 10010100 101001 0 101010 1010100 0 11110 1100011 111010

Color Harmonies of #FE9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9429

Black with #FE9429

Text Example


Text Example

White with #FE9429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9429; }

 p { color: rgb(254,148,41); }

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

background-color css

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

 a { background-color: rgb(254,148,41); }

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

border-color css

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

 span { border-color: rgb(254,148,41); }

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