Html Css Color HEX #FFC000 Amber

📋 copy color: '#FFC000'

red 255 ◦ green 192 ◦ blue 0

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

Shades of Amber #FFC000

Tints of Amber #FFC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.05%
G = 42.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFC000 (or 0xFFC000) is known color: Amber. HEX triplet: FF, C0 and 00. RGB value is (255,192,0). Sum of RGB (Red+Green+Blue) = 255+192+0=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC000 is #003FFF. Grayscale: #BDBDBD. Windows color (decimal): -16384 or 49407. OLE color: 49407.

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

Color convert

RGB 255 192 0 -
CMYK 0 0.25 1 0
HSL 45.18º 1% 0.5% -
HSV(B) 45.18º 1% 1% -
XYZ 60.09 58.96 8.21 -
YUV 188.95 21.37 175.11 -
System Red Green Blue C M Y K H S L
Decimal 255 192 0 0 0.25 1 0 45.18 1 0.5
Hex FF C0 0 0 19 64 0 2D 64 32
Octal 377 300 0 0 31 144 0 55 144 62
Binary 11111111 11000000 0 0 11001 1100100 0 101101 1100100 110010

Color Harmonies of #FFC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC000

Black with #FFC000

Text Example


Text Example

White with #FFC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC000; }

 p { color: rgb(255,192,0); }

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

background-color css

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

 a { background-color: rgb(255,192,0); }

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

border-color css

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

 span { border-color: rgb(255,192,0); }

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