Html Css Color HEX #FFC004 Amber

📋 copy color: '#FFC004'

red 255 ◦ green 192 ◦ blue 4

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

Shades of Amber #FFC004

Tints of Amber #FFC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 56.54%
G = 42.57%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC004 (or 0xFFC004) is known color: Amber. HEX triplet: FF, C0 and 04. RGB value is (255,192,4). Sum of RGB (Red+Green+Blue) = 255+192+4=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC004 is #003FFB. Grayscale: #BEBEBE. Windows color (decimal): -16380 or 311551. OLE color: 311551.

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

Color convert

RGB 255 192 4 -
CMYK 0 0.25 0.98 0
HSL 44.94º 1% 0.51% -
HSV(B) 44.94º 0.98% 1% -
XYZ 60.11 58.97 8.33 -
YUV 189.41 23.37 174.79 -
System Red Green Blue C M Y K H S L
Decimal 255 192 4 0 0.25 0.98 0 44.94 1 0.51
Hex FF C0 4 0 19 62 0 2D 64 33
Octal 377 300 4 0 31 142 0 55 144 63
Binary 11111111 11000000 100 0 11001 1100010 0 101101 1100100 110011

Color Harmonies of #FFC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC004

Black with #FFC004

Text Example


Text Example

White with #FFC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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