Html Css Color HEX #FFA037 Neon Carrot

📋 copy color: '#FFA037'

red 255 ◦ green 160 ◦ blue 55

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

Shades of Neon Carrot #FFA037

Tints of Neon Carrot #FFA037

RGB

 RED value IS 255 (100% from 255) = 54.26%

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

 BLUE value IS 55 (21.88% from 255) = 11.7%

R = 54.26%
G = 34.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FFA037 (or 0xFFA037) is known color: Neon Carrot. HEX triplet: FF, A0 and 37. RGB value is (255,160,55). Sum of RGB (Red+Green+Blue) = 255+160+55=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA037 is #005FC8. Grayscale: #B0B0B0. Windows color (decimal): -24521 or 3645695. OLE color: 3645695.

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

Color convert

RGB 255 160 55 -
CMYK 0 0.37 0.78 0
HSL 31.5º 1% 0.61% -
HSV(B) 31.5º 0.78% 1% -
XYZ 54.5 46.68 9.75 -
YUV 176.44 59.47 184.04 -
System Red Green Blue C M Y K H S L
Decimal 255 160 55 0 0.37 0.78 0 31.5 1 0.61
Hex FF A0 37 0 25 4E 0 1F 64 3D
Octal 377 240 67 0 45 116 0 37 144 75
Binary 11111111 10100000 110111 0 100101 1001110 0 11111 1100100 111101

Color Harmonies of #FFA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA037

Black with #FFA037

Text Example


Text Example

White with #FFA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA037; }

 p { color: rgb(255,160,55); }

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

background-color css

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

 a { background-color: rgb(255,160,55); }

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

border-color css

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

 span { border-color: rgb(255,160,55); }

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