Html Css Color HEX #FE9128 Neon Carrot

📋 copy color: '#FE9128'

red 254 ◦ green 145 ◦ blue 40

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

Shades of Neon Carrot #FE9128

Tints of Neon Carrot #FE9128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 57.86%
G = 33.03%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE9128 (or 0xFE9128) is known color: Neon Carrot. HEX triplet: FE, 91 and 28. RGB value is (254,145,40). Sum of RGB (Red+Green+Blue) = 254+145+40=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9128 is #016ED7. Grayscale: #A6A6A6. Windows color (decimal): -93912 or 2658814. OLE color: 2658814.

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

Color convert

RGB 254 145 40 -
CMYK 0 0.43 0.84 0.00
HSL 29.44º 0.99% 0.58% -
HSV(B) 29.44º 0.84% 1% -
XYZ 51.38 41.47 7.3 -
YUV 165.62 57.11 191.04 -
System Red Green Blue C M Y K H S L
Decimal 254 145 40 0 0.43 0.84 0.00 29.44 0.99 0.58
Hex FE 91 28 0 2B 54 0 1D 63 3A
Octal 376 221 50 0 53 124 0 35 143 72
Binary 11111110 10010001 101000 0 101011 1010100 0 11101 1100011 111010

Color Harmonies of #FE9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9128

Black with #FE9128

Text Example


Text Example

White with #FE9128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9128; }

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

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

background-color css

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

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

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

border-color css

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

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

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