Html Css Color HEX #FFC210 Amber

📋 copy color: '#FFC210'

red 255 ◦ green 194 ◦ blue 16

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

Shades of Amber #FFC210

Tints of Amber #FFC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

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

R = 54.84%
G = 41.72%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC210 (or 0xFFC210) is known color: Amber. HEX triplet: FF, C2 and 10. RGB value is (255,194,16). Sum of RGB (Red+Green+Blue) = 255+194+16=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC210 is #003DEF. Grayscale: #C0C0C0. Windows color (decimal): -15856 or 1098495. OLE color: 1098495.

HSL color Cylindrical-coordinate representation of color #FFC210: hue angle of 44.69º 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 #FFC210 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 16 -
CMYK 0 0.24 0.94 0
HSL 44.69º 1% 0.53% -
HSV(B) 44.69º 0.94% 1% -
XYZ 60.63 59.88 8.85 -
YUV 191.95 28.71 172.97 -
System Red Green Blue C M Y K H S L
Decimal 255 194 16 0 0.24 0.94 0 44.69 1 0.53
Hex FF C2 10 0 18 5E 0 2D 64 35
Octal 377 302 20 0 30 136 0 55 144 65
Binary 11111111 11000010 10000 0 11000 1011110 0 101101 1100100 110101

Color Harmonies of #FFC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC210

Black with #FFC210

Text Example


Text Example

White with #FFC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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