Html Css Color HEX #FFA036 Neon Carrot

📋 copy color: '#FFA036'

red 255 ◦ green 160 ◦ blue 54

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

Shades of Neon Carrot #FFA036

Tints of Neon Carrot #FFA036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 54.37%
G = 34.12%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFA036 (or 0xFFA036) is known color: Neon Carrot. HEX triplet: FF, A0 and 36. RGB value is (255,160,54). Sum of RGB (Red+Green+Blue) = 255+160+54=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA036 is #005FC9. Grayscale: #B0B0B0. Windows color (decimal): -24522 or 3580159. OLE color: 3580159.

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

Color convert

RGB 255 160 54 -
CMYK 0 0.37 0.79 0
HSL 31.64º 1% 0.61% -
HSV(B) 31.64º 0.79% 1% -
XYZ 54.48 46.67 9.63 -
YUV 176.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 255 160 54 0 0.37 0.79 0 31.64 1 0.61
Hex FF A0 36 0 25 4F 0 20 64 3D
Octal 377 240 66 0 45 117 0 40 144 75
Binary 11111111 10100000 110110 0 100101 1001111 0 100000 1100100 111101

Color Harmonies of #FFA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA036

Black with #FFA036

Text Example


Text Example

White with #FFA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA036; }

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

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

background-color css

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

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

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

border-color css

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

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

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