Html Css Color HEX #FFA03C Neon Carrot

📋 copy color: '#FFA03C'

red 255 ◦ green 160 ◦ blue 60

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

Shades of Neon Carrot #FFA03C

Tints of Neon Carrot #FFA03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 53.68%
G = 33.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFA03C (or 0xFFA03C) is known color: Neon Carrot. HEX triplet: FF, A0 and 3C. RGB value is (255,160,60). Sum of RGB (Red+Green+Blue) = 255+160+60=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA03C is #005FC3. Grayscale: #B1B1B1. Windows color (decimal): -24516 or 3973375. OLE color: 3973375.

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

Color convert

RGB 255 160 60 -
CMYK 0 0.37 0.76 0
HSL 30.77º 1% 0.62% -
HSV(B) 30.77º 0.76% 1% -
XYZ 54.63 46.73 10.42 -
YUV 177.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 255 160 60 0 0.37 0.76 0 30.77 1 0.62
Hex FF A0 3C 0 25 4C 0 1F 64 3E
Octal 377 240 74 0 45 114 0 37 144 76
Binary 11111111 10100000 111100 0 100101 1001100 0 11111 1100100 111110

Color Harmonies of #FFA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA03C

Black with #FFA03C

Text Example


Text Example

White with #FFA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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