Html Css Color HEX #FFA03B Neon Carrot

📋 copy color: '#FFA03B'

red 255 ◦ green 160 ◦ blue 59

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

Shades of Neon Carrot #FFA03B

Tints of Neon Carrot #FFA03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.45%

R = 53.8%
G = 33.76%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFA03B (or 0xFFA03B) is known color: Neon Carrot. HEX triplet: FF, A0 and 3B. RGB value is (255,160,59). Sum of RGB (Red+Green+Blue) = 255+160+59=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA03B is #005FC4. Grayscale: #B1B1B1. Windows color (decimal): -24517 or 3907839. OLE color: 3907839.

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

Color convert

RGB 255 160 59 -
CMYK 0 0.37 0.77 0
HSL 30.92º 1% 0.62% -
HSV(B) 30.92º 0.77% 1% -
XYZ 54.6 46.72 10.28 -
YUV 176.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 255 160 59 0 0.37 0.77 0 30.92 1 0.62
Hex FF A0 3B 0 25 4D 0 1F 64 3E
Octal 377 240 73 0 45 115 0 37 144 76
Binary 11111111 10100000 111011 0 100101 1001101 0 11111 1100100 111110

Color Harmonies of #FFA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA03B

Black with #FFA03B

Text Example


Text Example

White with #FFA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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