Html Css Color HEX #FFA032 Neon Carrot

📋 copy color: '#FFA032'

red 255 ◦ green 160 ◦ blue 50

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

Shades of Neon Carrot #FFA032

Tints of Neon Carrot #FFA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.75%

R = 54.84%
G = 34.41%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFA032 (or 0xFFA032) is known color: Neon Carrot. HEX triplet: FF, A0 and 32. RGB value is (255,160,50). Sum of RGB (Red+Green+Blue) = 255+160+50=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA032 is #005FCD. Grayscale: #B0B0B0. Windows color (decimal): -24526 or 3318015. OLE color: 3318015.

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

Color convert

RGB 255 160 50 -
CMYK 0 0.37 0.80 0
HSL 32.2º 1% 0.6% -
HSV(B) 32.2º 0.8% 1% -
XYZ 54.39 46.63 9.15 -
YUV 175.87 56.97 184.44 -
System Red Green Blue C M Y K H S L
Decimal 255 160 50 0 0.37 0.80 0 32.2 1 0.6
Hex FF A0 32 0 25 50 0 20 64 3C
Octal 377 240 62 0 45 120 0 40 144 74
Binary 11111111 10100000 110010 0 100101 1010000 0 100000 1100100 111100

Color Harmonies of #FFA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA032

Black with #FFA032

Text Example


Text Example

White with #FFA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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