Html Css Color HEX #F8C601 Golden Poppy

📋 copy color: '#F8C601'

red 248 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #F8C601

Tints of Golden Poppy #F8C601

RGB

 RED value IS 248 (97.27% from 255) = 55.48%

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.48%
G = 44.3%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8C601 (or 0xF8C601) is known color: Golden Poppy. HEX triplet: F8, C6 and 01. RGB value is (248,198,1). Sum of RGB (Red+Green+Blue) = 248+198+1=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C601 is #0739FE. Grayscale: #BFBFBF. Windows color (decimal): -473599 or 116472. OLE color: 116472.

HSL color Cylindrical-coordinate representation of color #F8C601: hue angle of 47.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8C601 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 198 1 -
CMYK 0 0.20 1.00 0.03
HSL 47.85º 0.99% 0.49% -
HSV(B) 47.85º 1% 0.97% -
XYZ 58.91 60.35 8.57 -
YUV 190.49 21.07 169.02 -
System Red Green Blue C M Y K H S L
Decimal 248 198 1 0 0.20 1.00 0.03 47.85 0.99 0.49
Hex F8 C6 1 0 14 64 3 30 63 31
Octal 370 306 1 0 24 144 3 60 143 61
Binary 11111000 11000110 1 0 10100 1100100 11 110000 1100011 110001

Color Harmonies of #F8C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C601

Black with #F8C601

Text Example


Text Example

White with #F8C601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C601; }

 p { color: rgb(248,198,1); }

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

background-color css

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

 a { background-color: rgb(248,198,1); }

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

border-color css

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

 span { border-color: rgb(248,198,1); }

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