Html Css Color HEX #FFC10A Amber

📋 copy color: '#FFC10A'

red 255 ◦ green 193 ◦ blue 10

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

Shades of Amber #FFC10A

Tints of Amber #FFC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 55.68%
G = 42.14%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC10A (or 0xFFC10A) is known color: Amber. HEX triplet: FF, C1 and 0A. RGB value is (255,193,10). Sum of RGB (Red+Green+Blue) = 255+193+10=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC10A is #003EF5. Grayscale: #BFBFBF. Windows color (decimal): -16118 or 705023. OLE color: 705023.

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

Color convert

RGB 255 193 10 -
CMYK 0 0.24 0.96 0
HSL 44.82º 1% 0.52% -
HSV(B) 44.82º 0.96% 1% -
XYZ 60.36 59.42 8.58 -
YUV 190.68 26.04 173.88 -
System Red Green Blue C M Y K H S L
Decimal 255 193 10 0 0.24 0.96 0 44.82 1 0.52
Hex FF C1 A 0 18 60 0 2D 64 34
Octal 377 301 12 0 30 140 0 55 144 64
Binary 11111111 11000001 1010 0 11000 1100000 0 101101 1100100 110100

Color Harmonies of #FFC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC10A

Black with #FFC10A

Text Example


Text Example

White with #FFC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC10A; }

 p { color: rgb(255,193,10); }

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

background-color css

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

 a { background-color: rgb(255,193,10); }

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

border-color css

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

 span { border-color: rgb(255,193,10); }

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