Html Css Color HEX #FFA039 Neon Carrot

📋 copy color: '#FFA039'

red 255 ◦ green 160 ◦ blue 57

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

Shades of Neon Carrot #FFA039

Tints of Neon Carrot #FFA039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.08%

R = 54.03%
G = 33.9%
B = 12.08%

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

#FFA039 (or 0xFFA039) is known color: Neon Carrot. HEX triplet: FF, A0 and 39. RGB value is (255,160,57). Sum of RGB (Red+Green+Blue) = 255+160+57=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA039 is #005FC6. Grayscale: #B1B1B1. Windows color (decimal): -24519 or 3776767. OLE color: 3776767.

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

Color convert

RGB 255 160 57 -
CMYK 0 0.37 0.78 0
HSL 31.21º 1% 0.61% -
HSV(B) 31.21º 0.78% 1% -
XYZ 54.55 46.7 10.01 -
YUV 176.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 255 160 57 0 0.37 0.78 0 31.21 1 0.61
Hex FF A0 39 0 25 4E 0 1F 64 3D
Octal 377 240 71 0 45 116 0 37 144 75
Binary 11111111 10100000 111001 0 100101 1001110 0 11111 1100100 111101

Color Harmonies of #FFA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA039

Black with #FFA039

Text Example


Text Example

White with #FFA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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