Html Css Color HEX #FFC00C Amber

📋 copy color: '#FFC00C'

red 255 ◦ green 192 ◦ blue 12

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

Shades of Amber #FFC00C

Tints of Amber #FFC00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 55.56%
G = 41.83%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC00C (or 0xFFC00C) is known color: Amber. HEX triplet: FF, C0 and 0C. RGB value is (255,192,12). Sum of RGB (Red+Green+Blue) = 255+192+12=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00C is #003FF3. Grayscale: #BFBFBF. Windows color (decimal): -16372 or 835839. OLE color: 835839.

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

Color convert

RGB 255 192 12 -
CMYK 0 0.25 0.95 0
HSL 44.44º 1% 0.52% -
HSV(B) 44.44º 0.95% 1% -
XYZ 60.16 58.99 8.56 -
YUV 190.32 27.37 174.14 -
System Red Green Blue C M Y K H S L
Decimal 255 192 12 0 0.25 0.95 0 44.44 1 0.52
Hex FF C0 C 0 19 5F 0 2C 64 34
Octal 377 300 14 0 31 137 0 54 144 64
Binary 11111111 11000000 1100 0 11001 1011111 0 101100 1100100 110100

Color Harmonies of #FFC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC00C

Black with #FFC00C

Text Example


Text Example

White with #FFC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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