Html Css Color HEX #FFC010 Amber

📋 copy color: '#FFC010'

red 255 ◦ green 192 ◦ blue 16

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

Shades of Amber #FFC010

Tints of Amber #FFC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 55.08%
G = 41.47%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC010 (or 0xFFC010) is known color: Amber. HEX triplet: FF, C0 and 10. RGB value is (255,192,16). Sum of RGB (Red+Green+Blue) = 255+192+16=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC010 is #003FEF. Grayscale: #BFBFBF. Windows color (decimal): -16368 or 1097983. OLE color: 1097983.

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

Color convert

RGB 255 192 16 -
CMYK 0 0.25 0.94 0
HSL 44.18º 1% 0.53% -
HSV(B) 44.18º 0.94% 1% -
XYZ 60.18 59 8.71 -
YUV 190.77 29.37 173.81 -
System Red Green Blue C M Y K H S L
Decimal 255 192 16 0 0.25 0.94 0 44.18 1 0.53
Hex FF C0 10 0 19 5E 0 2C 64 35
Octal 377 300 20 0 31 136 0 54 144 65
Binary 11111111 11000000 10000 0 11001 1011110 0 101100 1100100 110101

Color Harmonies of #FFC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC010

Black with #FFC010

Text Example


Text Example

White with #FFC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC010; }

 p { color: rgb(255,192,16); }

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

background-color css

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

 a { background-color: rgb(255,192,16); }

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

border-color css

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

 span { border-color: rgb(255,192,16); }

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