Html Css Color HEX #FE9134 Neon Carrot

📋 copy color: '#FE9134'

red 254 ◦ green 145 ◦ blue 52

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

Shades of Neon Carrot #FE9134

Tints of Neon Carrot #FE9134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 56.32%
G = 32.15%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE9134 (or 0xFE9134) is known color: Neon Carrot. HEX triplet: FE, 91 and 34. RGB value is (254,145,52). Sum of RGB (Red+Green+Blue) = 254+145+52=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9134 is #016ECB. Grayscale: #A7A7A7. Windows color (decimal): -93900 or 3445246. OLE color: 3445246.

HSL color Cylindrical-coordinate representation of color #FE9134: hue angle of 27.62º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE9134 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 52 -
CMYK 0 0.43 0.80 0.00
HSL 27.62º 0.99% 0.6% -
HSV(B) 27.62º 0.8% 1% -
XYZ 51.62 41.57 8.55 -
YUV 166.99 63.11 190.06 -
System Red Green Blue C M Y K H S L
Decimal 254 145 52 0 0.43 0.80 0.00 27.62 0.99 0.6
Hex FE 91 34 0 2B 50 0 1C 63 3C
Octal 376 221 64 0 53 120 0 34 143 74
Binary 11111110 10010001 110100 0 101011 1010000 0 11100 1100011 111100

Color Harmonies of #FE9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9134

Black with #FE9134

Text Example


Text Example

White with #FE9134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9134; }

 p { color: rgb(254,145,52); }

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

background-color css

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

 a { background-color: rgb(254,145,52); }

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

border-color css

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

 span { border-color: rgb(254,145,52); }

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