Html Css Color HEX #FFA02F Neon Carrot

📋 copy color: '#FFA02F'

red 255 ◦ green 160 ◦ blue 47

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

Shades of Neon Carrot #FFA02F

Tints of Neon Carrot #FFA02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 55.19%
G = 34.63%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFA02F (or 0xFFA02F) is known color: Neon Carrot. HEX triplet: FF, A0 and 2F. RGB value is (255,160,47). Sum of RGB (Red+Green+Blue) = 255+160+47=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA02F is #005FD0. Grayscale: #B0B0B0. Windows color (decimal): -24529 or 3121407. OLE color: 3121407.

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

Color convert

RGB 255 160 47 -
CMYK 0 0.37 0.82 0
HSL 32.6º 1% 0.59% -
HSV(B) 32.6º 0.82% 1% -
XYZ 54.32 46.61 8.82 -
YUV 175.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 255 160 47 0 0.37 0.82 0 32.6 1 0.59
Hex FF A0 2F 0 25 52 0 21 64 3B
Octal 377 240 57 0 45 122 0 41 144 73
Binary 11111111 10100000 101111 0 100101 1010010 0 100001 1100100 111011

Color Harmonies of #FFA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA02F

Black with #FFA02F

Text Example


Text Example

White with #FFA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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