Html Css Color HEX #FEA03D Neon Carrot

📋 copy color: '#FEA03D'

red 254 ◦ green 160 ◦ blue 61

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

Shades of Neon Carrot #FEA03D

Tints of Neon Carrot #FEA03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.84%

R = 53.47%
G = 33.68%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEA03D (or 0xFEA03D) is known color: Neon Carrot. HEX triplet: FE, A0 and 3D. RGB value is (254,160,61). Sum of RGB (Red+Green+Blue) = 254+160+61=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA03D is #015FC2. Grayscale: #B1B1B1. Windows color (decimal): -90051 or 4038910. OLE color: 4038910.

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

Color convert

RGB 254 160 61 -
CMYK 0 0.37 0.76 0.00
HSL 30.78º 0.99% 0.62% -
HSV(B) 30.78º 0.76% 1% -
XYZ 54.29 46.55 10.54 -
YUV 176.82 62.64 183.05 -
System Red Green Blue C M Y K H S L
Decimal 254 160 61 0 0.37 0.76 0.00 30.78 0.99 0.62
Hex FE A0 3D 0 25 4C 0 1F 63 3E
Octal 376 240 75 0 45 114 0 37 143 76
Binary 11111110 10100000 111101 0 100101 1001100 0 11111 1100011 111110

Color Harmonies of #FEA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA03D

Black with #FEA03D

Text Example


Text Example

White with #FEA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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