Html Css Color HEX #F5C803 Golden Poppy

📋 copy color: '#F5C803'

red 245 ◦ green 200 ◦ blue 3

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

Shades of Golden Poppy #F5C803

Tints of Golden Poppy #F5C803

RGB

 RED value IS 245 (96.09% from 255) = 54.69%

 GREEN value IS 200 (78.52% from 255) = 44.64%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 54.69%
G = 44.64%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5C803 (or 0xF5C803) is known color: Golden Poppy. HEX triplet: F5, C8 and 03. RGB value is (245,200,3). Sum of RGB (Red+Green+Blue) = 245+200+3=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C803 is #0A37FC. Grayscale: #BFBFBF. Windows color (decimal): -669693 or 248053. OLE color: 248053.

HSL color Cylindrical-coordinate representation of color #F5C803: hue angle of 48.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5C803 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 3 -
CMYK 0 0.18 0.99 0.04
HSL 48.84º 0.98% 0.49% -
HSV(B) 48.84º 0.99% 0.96% -
XYZ 58.33 60.73 8.73 -
YUV 191 21.91 166.52 -
System Red Green Blue C M Y K H S L
Decimal 245 200 3 0 0.18 0.99 0.04 48.84 0.98 0.49
Hex F5 C8 3 0 12 63 4 31 62 31
Octal 365 310 3 0 22 143 4 61 142 61
Binary 11110101 11001000 11 0 10010 1100011 100 110001 1100010 110001

Color Harmonies of #F5C803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C803

Black with #F5C803

Text Example


Text Example

White with #F5C803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C803; }

 p { color: rgb(245,200,3); }

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

background-color css

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

 a { background-color: rgb(245,200,3); }

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

border-color css

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

 span { border-color: rgb(245,200,3); }

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