Html Css Color HEX #FFA03A Neon Carrot

📋 copy color: '#FFA03A'

red 255 ◦ green 160 ◦ blue 58

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

Shades of Neon Carrot #FFA03A

Tints of Neon Carrot #FFA03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 53.91%
G = 33.83%
B = 12.26%

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

#FFA03A (or 0xFFA03A) is known color: Neon Carrot. HEX triplet: FF, A0 and 3A. RGB value is (255,160,58). Sum of RGB (Red+Green+Blue) = 255+160+58=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA03A is #005FC5. Grayscale: #B1B1B1. Windows color (decimal): -24518 or 3842303. OLE color: 3842303.

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

Color convert

RGB 255 160 58 -
CMYK 0 0.37 0.77 0
HSL 31.07º 1% 0.61% -
HSV(B) 31.07º 0.77% 1% -
XYZ 54.57 46.71 10.14 -
YUV 176.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 255 160 58 0 0.37 0.77 0 31.07 1 0.61
Hex FF A0 3A 0 25 4D 0 1F 64 3D
Octal 377 240 72 0 45 115 0 37 144 75
Binary 11111111 10100000 111010 0 100101 1001101 0 11111 1100100 111101

Color Harmonies of #FFA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA03A

Black with #FFA03A

Text Example


Text Example

White with #FFA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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