Html Css Color HEX #FFC108 Amber

📋 copy color: '#FFC108'

red 255 ◦ green 193 ◦ blue 8

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

Shades of Amber #FFC108

Tints of Amber #FFC108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 55.92%
G = 42.32%
B = 1.75%

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

#FFC108 (or 0xFFC108) is known color: Amber. HEX triplet: FF, C1 and 08. RGB value is (255,193,8). Sum of RGB (Red+Green+Blue) = 255+193+8=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC108 is #003EF7. Grayscale: #BFBFBF. Windows color (decimal): -16120 or 573951. OLE color: 573951.

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

Color convert

RGB 255 193 8 -
CMYK 0 0.24 0.97 0
HSL 44.94º 1% 0.52% -
HSV(B) 44.94º 0.97% 1% -
XYZ 60.35 59.42 8.52 -
YUV 190.45 25.04 174.04 -
System Red Green Blue C M Y K H S L
Decimal 255 193 8 0 0.24 0.97 0 44.94 1 0.52
Hex FF C1 8 0 18 61 0 2D 64 34
Octal 377 301 10 0 30 141 0 55 144 64
Binary 11111111 11000001 1000 0 11000 1100001 0 101101 1100100 110100

Color Harmonies of #FFC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC108

Black with #FFC108

Text Example


Text Example

White with #FFC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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