Html Css Color HEX #FFC107 Amber

📋 copy color: '#FFC107'

red 255 ◦ green 193 ◦ blue 7

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

Shades of Amber #FFC107

Tints of Amber #FFC107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 56.04%
G = 42.42%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFC107 (or 0xFFC107) is known color: Amber. HEX triplet: FF, C1 and 07. RGB value is (255,193,7). Sum of RGB (Red+Green+Blue) = 255+193+7=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC107 is #003EF8. Grayscale: #BFBFBF. Windows color (decimal): -16121 or 508415. OLE color: 508415.

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

Color convert

RGB 255 193 7 -
CMYK 0 0.24 0.97 0
HSL 45º 1% 0.51% -
HSV(B) 45º 0.97% 1% -
XYZ 60.35 59.42 8.49 -
YUV 190.33 24.54 174.12 -
System Red Green Blue C M Y K H S L
Decimal 255 193 7 0 0.24 0.97 0 45 1 0.51
Hex FF C1 7 0 18 61 0 2D 64 33
Octal 377 301 7 0 30 141 0 55 144 63
Binary 11111111 11000001 111 0 11000 1100001 0 101101 1100100 110011

Color Harmonies of #FFC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC107

Black with #FFC107

Text Example


Text Example

White with #FFC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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