Html Css Color HEX #FFC00F Amber

📋 copy color: '#FFC00F'

red 255 ◦ green 192 ◦ blue 15

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

Shades of Amber #FFC00F

Tints of Amber #FFC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 55.19%
G = 41.56%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC00F (or 0xFFC00F) is known color: Amber. HEX triplet: FF, C0 and 0F. RGB value is (255,192,15). Sum of RGB (Red+Green+Blue) = 255+192+15=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00F is #003FF0. Grayscale: #BFBFBF. Windows color (decimal): -16369 or 1032447. OLE color: 1032447.

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

Color convert

RGB 255 192 15 -
CMYK 0 0.25 0.94 0
HSL 44.25º 1% 0.53% -
HSV(B) 44.25º 0.94% 1% -
XYZ 60.18 58.99 8.67 -
YUV 190.66 28.87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 255 192 15 0 0.25 0.94 0 44.25 1 0.53
Hex FF C0 F 0 19 5E 0 2C 64 35
Octal 377 300 17 0 31 136 0 54 144 65
Binary 11111111 11000000 1111 0 11001 1011110 0 101100 1100100 110101

Color Harmonies of #FFC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC00F

Black with #FFC00F

Text Example


Text Example

White with #FFC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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