Html Css Color HEX #FE992A Neon Carrot

📋 copy color: '#FE992A'

red 254 ◦ green 153 ◦ blue 42

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

Shades of Neon Carrot #FE992A

Tints of Neon Carrot #FE992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 42 (16.8% from 255) = 9.35%

R = 56.57%
G = 34.08%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE992A (or 0xFE992A) is known color: Neon Carrot. HEX triplet: FE, 99 and 2A. RGB value is (254,153,42). Sum of RGB (Red+Green+Blue) = 254+153+42=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE992A is #0166D5. Grayscale: #ABABAB. Windows color (decimal): -91862 or 2791934. OLE color: 2791934.

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

Color convert

RGB 254 153 42 -
CMYK 0 0.40 0.83 0.00
HSL 31.42º 0.99% 0.58% -
HSV(B) 31.42º 0.83% 1% -
XYZ 52.68 44.02 7.91 -
YUV 170.55 55.46 187.53 -
System Red Green Blue C M Y K H S L
Decimal 254 153 42 0 0.40 0.83 0.00 31.42 0.99 0.58
Hex FE 99 2A 0 28 53 0 1F 63 3A
Octal 376 231 52 0 50 123 0 37 143 72
Binary 11111110 10011001 101010 0 101000 1010011 0 11111 1100011 111010

Color Harmonies of #FE992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE992A

Black with #FE992A

Text Example


Text Example

White with #FE992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE992A; }

 p { color: rgb(254,153,42); }

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

background-color css

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

 a { background-color: rgb(254,153,42); }

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

border-color css

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

 span { border-color: rgb(254,153,42); }

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