Html Css Color HEX #FEA03B Neon Carrot

📋 copy color: '#FEA03B'

red 254 ◦ green 160 ◦ blue 59

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

Shades of Neon Carrot #FEA03B

Tints of Neon Carrot #FEA03B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.83%

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 53.7%
G = 33.83%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEA03B (or 0xFEA03B) is known color: Neon Carrot. HEX triplet: FE, A0 and 3B. RGB value is (254,160,59). Sum of RGB (Red+Green+Blue) = 254+160+59=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA03B is #015FC4. Grayscale: #B1B1B1. Windows color (decimal): -90053 or 3907838. OLE color: 3907838.

HSL color Cylindrical-coordinate representation of color #FEA03B: hue angle of 31.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 #FEA03B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 59 -
CMYK 0 0.37 0.77 0.00
HSL 31.08º 0.99% 0.61% -
HSV(B) 31.08º 0.77% 1% -
XYZ 54.23 46.53 10.26 -
YUV 176.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 254 160 59 0 0.37 0.77 0.00 31.08 0.99 0.61
Hex FE A0 3B 0 25 4D 0 1F 63 3D
Octal 376 240 73 0 45 115 0 37 143 75
Binary 11111110 10100000 111011 0 100101 1001101 0 11111 1100011 111101

Color Harmonies of #FEA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA03B

Black with #FEA03B

Text Example


Text Example

White with #FEA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA03B; }

 p { color: rgb(254,160,59); }

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

background-color css

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

 a { background-color: rgb(254,160,59); }

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

border-color css

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

 span { border-color: rgb(254,160,59); }

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