Html Css Color HEX #FFC013 Amber

📋 copy color: '#FFC013'

red 255 ◦ green 192 ◦ blue 19

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

Shades of Amber #FFC013

Tints of Amber #FFC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 54.72%
G = 41.2%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC013 (or 0xFFC013) is known color: Amber. HEX triplet: FF, C0 and 13. RGB value is (255,192,19). Sum of RGB (Red+Green+Blue) = 255+192+19=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC013 is #003FEC. Grayscale: #BFBFBF. Windows color (decimal): -16365 or 1294591. OLE color: 1294591.

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

Color convert

RGB 255 192 19 -
CMYK 0 0.25 0.93 0
HSL 43.98º 1% 0.54% -
HSV(B) 43.98º 0.93% 1% -
XYZ 60.21 59.01 8.83 -
YUV 191.12 30.87 173.57 -
System Red Green Blue C M Y K H S L
Decimal 255 192 19 0 0.25 0.93 0 43.98 1 0.54
Hex FF C0 13 0 19 5D 0 2C 64 36
Octal 377 300 23 0 31 135 0 54 144 66
Binary 11111111 11000000 10011 0 11001 1011101 0 101100 1100100 110110

Color Harmonies of #FFC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC013

Black with #FFC013

Text Example


Text Example

White with #FFC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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