Html Css Color HEX #FE993A Neon Carrot

📋 copy color: '#FE993A'

red 254 ◦ green 153 ◦ blue 58

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

Shades of Neon Carrot #FE993A

Tints of Neon Carrot #FE993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 54.62%
G = 32.9%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE993A (or 0xFE993A) is known color: Neon Carrot. HEX triplet: FE, 99 and 3A. RGB value is (254,153,58). Sum of RGB (Red+Green+Blue) = 254+153+58=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE993A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE993A is #0166C5. Grayscale: #ACACAC. Windows color (decimal): -91846 or 3840510. OLE color: 3840510.

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

Color convert

RGB 254 153 58 -
CMYK 0 0.40 0.77 0.00
HSL 29.08º 0.99% 0.61% -
HSV(B) 29.08º 0.77% 1% -
XYZ 53.03 44.16 9.73 -
YUV 172.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 254 153 58 0 0.40 0.77 0.00 29.08 0.99 0.61
Hex FE 99 3A 0 28 4D 0 1D 63 3D
Octal 376 231 72 0 50 115 0 35 143 75
Binary 11111110 10011001 111010 0 101000 1001101 0 11101 1100011 111101

Color Harmonies of #FE993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE993A

Black with #FE993A

Text Example


Text Example

White with #FE993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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