Html Css Color HEX #FFC500 Golden Poppy

📋 copy color: '#FFC500'

red 255 ◦ green 197 ◦ blue 0

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

Shades of Golden Poppy #FFC500

Tints of Golden Poppy #FFC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.42%
G = 43.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFC500 (or 0xFFC500) is known color: Golden Poppy. HEX triplet: FF, C5 and 00. RGB value is (255,197,0). Sum of RGB (Red+Green+Blue) = 255+197+0=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC500 is #003AFF. Grayscale: #C0C0C0. Windows color (decimal): -15104 or 50687. OLE color: 50687.

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

Color convert

RGB 255 197 0 -
CMYK 0 0.23 1 0
HSL 46.35º 1% 0.5% -
HSV(B) 46.35º 1% 1% -
XYZ 61.21 61.19 8.59 -
YUV 191.88 19.72 173.02 -
System Red Green Blue C M Y K H S L
Decimal 255 197 0 0 0.23 1 0 46.35 1 0.5
Hex FF C5 0 0 17 64 0 2E 64 32
Octal 377 305 0 0 27 144 0 56 144 62
Binary 11111111 11000101 0 0 10111 1100100 0 101110 1100100 110010

Color Harmonies of #FFC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC500

Black with #FFC500

Text Example


Text Example

White with #FFC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC500; }

 p { color: rgb(255,197,0); }

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

background-color css

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

 a { background-color: rgb(255,197,0); }

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

border-color css

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

 span { border-color: rgb(255,197,0); }

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