Html Css Color HEX #FFC103 Amber

📋 copy color: '#FFC103'

red 255 ◦ green 193 ◦ blue 3

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

Shades of Amber #FFC103

Tints of Amber #FFC103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 56.54%
G = 42.79%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFC103 (or 0xFFC103) is known color: Amber. HEX triplet: FF, C1 and 03. RGB value is (255,193,3). Sum of RGB (Red+Green+Blue) = 255+193+3=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC103 is #003EFC. Grayscale: #BEBEBE. Windows color (decimal): -16125 or 246271. OLE color: 246271.

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

Color convert

RGB 255 193 3 -
CMYK 0 0.24 0.99 0
HSL 45.24º 1% 0.51% -
HSV(B) 45.24º 0.99% 1% -
XYZ 60.33 59.41 8.37 -
YUV 189.88 22.54 174.45 -
System Red Green Blue C M Y K H S L
Decimal 255 193 3 0 0.24 0.99 0 45.24 1 0.51
Hex FF C1 3 0 18 63 0 2D 64 33
Octal 377 301 3 0 30 143 0 55 144 63
Binary 11111111 11000001 11 0 11000 1100011 0 101101 1100100 110011

Color Harmonies of #FFC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC103

Black with #FFC103

Text Example


Text Example

White with #FFC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC103; }

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

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

background-color css

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

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

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

border-color css

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

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

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