Html Css Color HEX #FEA038 Neon Carrot

📋 copy color: '#FEA038'

red 254 ◦ green 160 ◦ blue 56

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

Shades of Neon Carrot #FEA038

Tints of Neon Carrot #FEA038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 54.04%
G = 34.04%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEA038 (or 0xFEA038) is known color: Neon Carrot. HEX triplet: FE, A0 and 38. RGB value is (254,160,56). Sum of RGB (Red+Green+Blue) = 254+160+56=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA038 is #015FC7. Grayscale: #B0B0B0. Windows color (decimal): -90056 or 3711230. OLE color: 3711230.

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

Color convert

RGB 254 160 56 -
CMYK 0 0.37 0.78 0.00
HSL 31.52º 0.99% 0.61% -
HSV(B) 31.52º 0.78% 1% -
XYZ 54.16 46.5 9.86 -
YUV 176.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 254 160 56 0 0.37 0.78 0.00 31.52 0.99 0.61
Hex FE A0 38 0 25 4E 0 20 63 3D
Octal 376 240 70 0 45 116 0 40 143 75
Binary 11111110 10100000 111000 0 100101 1001110 0 100000 1100011 111101

Color Harmonies of #FEA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA038

Black with #FEA038

Text Example


Text Example

White with #FEA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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