Html Css Color HEX #F8C80B Golden Poppy

📋 copy color: '#F8C80B'

red 248 ◦ green 200 ◦ blue 11

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

Shades of Golden Poppy #F8C80B

Tints of Golden Poppy #F8C80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 54.03%
G = 43.57%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8C80B (or 0xF8C80B) is known color: Golden Poppy. HEX triplet: F8, C8 and 0B. RGB value is (248,200,11). Sum of RGB (Red+Green+Blue) = 248+200+11=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C80B is #0737F4. Grayscale: #C1C1C1. Windows color (decimal): -473077 or 772344. OLE color: 772344.

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

Color convert

RGB 248 200 11 -
CMYK 0 0.19 0.96 0.03
HSL 47.85º 0.94% 0.51% -
HSV(B) 47.85º 0.96% 0.97% -
XYZ 59.43 61.29 9.01 -
YUV 192.81 25.4 167.37 -
System Red Green Blue C M Y K H S L
Decimal 248 200 11 0 0.19 0.96 0.03 47.85 0.94 0.51
Hex F8 C8 B 0 13 60 3 30 5E 33
Octal 370 310 13 0 23 140 3 60 136 63
Binary 11111000 11001000 1011 0 10011 1100000 11 110000 1011110 110011

Color Harmonies of #F8C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C80B

Black with #F8C80B

Text Example


Text Example

White with #F8C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C80B; }

 p { color: rgb(248,200,11); }

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

background-color css

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

 a { background-color: rgb(248,200,11); }

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

border-color css

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

 span { border-color: rgb(248,200,11); }

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