Html Css Color HEX #FFC014 Amber

📋 copy color: '#FFC014'

red 255 ◦ green 192 ◦ blue 20

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

Shades of Amber #FFC014

Tints of Amber #FFC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 54.6%
G = 41.11%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFC014 (or 0xFFC014) is known color: Amber. HEX triplet: FF, C0 and 14. RGB value is (255,192,20). Sum of RGB (Red+Green+Blue) = 255+192+20=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC014 is #003FEB. Grayscale: #BFBFBF. Windows color (decimal): -16364 or 1360127. OLE color: 1360127.

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

Color convert

RGB 255 192 20 -
CMYK 0 0.25 0.92 0
HSL 43.91º 1% 0.54% -
HSV(B) 43.91º 0.92% 1% -
XYZ 60.22 59.01 8.88 -
YUV 191.23 31.37 173.49 -
System Red Green Blue C M Y K H S L
Decimal 255 192 20 0 0.25 0.92 0 43.91 1 0.54
Hex FF C0 14 0 19 5C 0 2C 64 36
Octal 377 300 24 0 31 134 0 54 144 66
Binary 11111111 11000000 10100 0 11001 1011100 0 101100 1100100 110110

Color Harmonies of #FFC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC014

Black with #FFC014

Text Example


Text Example

White with #FFC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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