Html Css Color HEX #FFC10C Amber

📋 copy color: '#FFC10C'

red 255 ◦ green 193 ◦ blue 12

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

Shades of Amber #FFC10C

Tints of Amber #FFC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 55.43%
G = 41.96%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC10C (or 0xFFC10C) is known color: Amber. HEX triplet: FF, C1 and 0C. RGB value is (255,193,12). Sum of RGB (Red+Green+Blue) = 255+193+12=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC10C is #003EF3. Grayscale: #BFBFBF. Windows color (decimal): -16116 or 836095. OLE color: 836095.

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

Color convert

RGB 255 193 12 -
CMYK 0 0.24 0.95 0
HSL 44.69º 1% 0.52% -
HSV(B) 44.69º 0.95% 1% -
XYZ 60.38 59.43 8.64 -
YUV 190.9 27.04 173.72 -
System Red Green Blue C M Y K H S L
Decimal 255 193 12 0 0.24 0.95 0 44.69 1 0.52
Hex FF C1 C 0 18 5F 0 2D 64 34
Octal 377 301 14 0 30 137 0 55 144 64
Binary 11111111 11000001 1100 0 11000 1011111 0 101101 1100100 110100

Color Harmonies of #FFC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC10C

Black with #FFC10C

Text Example


Text Example

White with #FFC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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