Html Css Color HEX #FFC112 Amber

📋 copy color: '#FFC112'

red 255 ◦ green 193 ◦ blue 18

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

Shades of Amber #FFC112

Tints of Amber #FFC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 54.72%
G = 41.42%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC112 (or 0xFFC112) is known color: Amber. HEX triplet: FF, C1 and 12. RGB value is (255,193,18). Sum of RGB (Red+Green+Blue) = 255+193+18=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC112 is #003EED. Grayscale: #C0C0C0. Windows color (decimal): -16110 or 1229311. OLE color: 1229311.

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

Color convert

RGB 255 193 18 -
CMYK 0 0.24 0.93 0
HSL 44.3º 1% 0.54% -
HSV(B) 44.3º 0.93% 1% -
XYZ 60.42 59.44 8.86 -
YUV 191.59 30.04 173.23 -
System Red Green Blue C M Y K H S L
Decimal 255 193 18 0 0.24 0.93 0 44.3 1 0.54
Hex FF C1 12 0 18 5D 0 2C 64 36
Octal 377 301 22 0 30 135 0 54 144 66
Binary 11111111 11000001 10010 0 11000 1011101 0 101100 1100100 110110

Color Harmonies of #FFC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC112

Black with #FFC112

Text Example


Text Example

White with #FFC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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