Html Css Color HEX #FFC00A Amber

📋 copy color: '#FFC00A'

red 255 ◦ green 192 ◦ blue 10

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

Shades of Amber #FFC00A

Tints of Amber #FFC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 55.8%
G = 42.01%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC00A (or 0xFFC00A) is known color: Amber. HEX triplet: FF, C0 and 0A. RGB value is (255,192,10). Sum of RGB (Red+Green+Blue) = 255+192+10=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00A is #003FF5. Grayscale: #BEBEBE. Windows color (decimal): -16374 or 704767. OLE color: 704767.

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

Color convert

RGB 255 192 10 -
CMYK 0 0.25 0.96 0
HSL 44.57º 1% 0.52% -
HSV(B) 44.57º 0.96% 1% -
XYZ 60.14 58.98 8.5 -
YUV 190.09 26.37 174.3 -
System Red Green Blue C M Y K H S L
Decimal 255 192 10 0 0.25 0.96 0 44.57 1 0.52
Hex FF C0 A 0 19 60 0 2D 64 34
Octal 377 300 12 0 31 140 0 55 144 64
Binary 11111111 11000000 1010 0 11001 1100000 0 101101 1100100 110100

Color Harmonies of #FFC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC00A

Black with #FFC00A

Text Example


Text Example

White with #FFC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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