Html Css Color HEX #FFA030 Neon Carrot

📋 copy color: '#FFA030'

red 255 ◦ green 160 ◦ blue 48

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

Shades of Neon Carrot #FFA030

Tints of Neon Carrot #FFA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.37%

R = 55.08%
G = 34.56%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFA030 (or 0xFFA030) is known color: Neon Carrot. HEX triplet: FF, A0 and 30. RGB value is (255,160,48). Sum of RGB (Red+Green+Blue) = 255+160+48=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA030 is #005FCF. Grayscale: #B0B0B0. Windows color (decimal): -24528 or 3186943. OLE color: 3186943.

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

Color convert

RGB 255 160 48 -
CMYK 0 0.37 0.81 0
HSL 32.46º 1% 0.59% -
HSV(B) 32.46º 0.81% 1% -
XYZ 54.34 46.62 8.93 -
YUV 175.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 255 160 48 0 0.37 0.81 0 32.46 1 0.59
Hex FF A0 30 0 25 51 0 20 64 3B
Octal 377 240 60 0 45 121 0 40 144 73
Binary 11111111 10100000 110000 0 100101 1010001 0 100000 1100100 111011

Color Harmonies of #FFA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA030

Black with #FFA030

Text Example


Text Example

White with #FFA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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