Html Css Color HEX #FFC207 Amber

📋 copy color: '#FFC207'

red 255 ◦ green 194 ◦ blue 7

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

Shades of Amber #FFC207

Tints of Amber #FFC207

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 55.92%
G = 42.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFC207 (or 0xFFC207) is known color: Amber. HEX triplet: FF, C2 and 07. RGB value is (255,194,7). Sum of RGB (Red+Green+Blue) = 255+194+7=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC207 is #003DF8. Grayscale: #BFBFBF. Windows color (decimal): -15865 or 508671. OLE color: 508671.

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

Color convert

RGB 255 194 7 -
CMYK 0 0.24 0.97 0
HSL 45.24º 1% 0.51% -
HSV(B) 45.24º 0.97% 1% -
XYZ 60.57 59.86 8.56 -
YUV 190.92 24.21 173.71 -
System Red Green Blue C M Y K H S L
Decimal 255 194 7 0 0.24 0.97 0 45.24 1 0.51
Hex FF C2 7 0 18 61 0 2D 64 33
Octal 377 302 7 0 30 141 0 55 144 63
Binary 11111111 11000010 111 0 11000 1100001 0 101101 1100100 110011

Color Harmonies of #FFC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC207

Black with #FFC207

Text Example


Text Example

White with #FFC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC207; }

 p { color: rgb(255,194,7); }

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

background-color css

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

 a { background-color: rgb(255,194,7); }

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

border-color css

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

 span { border-color: rgb(255,194,7); }

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