Html Css Color HEX #FFC002 Amber

📋 copy color: '#FFC002'

red 255 ◦ green 192 ◦ blue 2

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

Shades of Amber #FFC002

Tints of Amber #FFC002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.79%
G = 42.76%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFC002 (or 0xFFC002) is known color: Amber. HEX triplet: FF, C0 and 02. RGB value is (255,192,2). Sum of RGB (Red+Green+Blue) = 255+192+2=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC002 is #003FFD. Grayscale: #BEBEBE. Windows color (decimal): -16382 or 180479. OLE color: 180479.

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

Color convert

RGB 255 192 2 -
CMYK 0 0.25 0.99 0
HSL 45.06º 1% 0.5% -
HSV(B) 45.06º 0.99% 1% -
XYZ 60.1 58.96 8.27 -
YUV 189.18 22.37 174.95 -
System Red Green Blue C M Y K H S L
Decimal 255 192 2 0 0.25 0.99 0 45.06 1 0.5
Hex FF C0 2 0 19 63 0 2D 64 32
Octal 377 300 2 0 31 143 0 55 144 62
Binary 11111111 11000000 10 0 11001 1100011 0 101101 1100100 110010

Color Harmonies of #FFC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC002

Black with #FFC002

Text Example


Text Example

White with #FFC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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