Html Css Color HEX #F8BD07 Golden Poppy

📋 copy color: '#F8BD07'

red 248 ◦ green 189 ◦ blue 7

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

Shades of Golden Poppy #F8BD07

Tints of Golden Poppy #F8BD07

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.57%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 55.86%
G = 42.57%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8BD07 (or 0xF8BD07) is known color: Golden Poppy. HEX triplet: F8, BD and 07. RGB value is (248,189,7). Sum of RGB (Red+Green+Blue) = 248+189+7=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BD07 is #0742F8. Grayscale: #BABABA. Windows color (decimal): -475897 or 507384. OLE color: 507384.

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

Color convert

RGB 248 189 7 -
CMYK 0 0.24 0.97 0.03
HSL 45.31º 0.95% 0.5% -
HSV(B) 45.31º 0.97% 0.97% -
XYZ 56.95 56.37 8.08 -
YUV 185.89 27.05 172.3 -
System Red Green Blue C M Y K H S L
Decimal 248 189 7 0 0.24 0.97 0.03 45.31 0.95 0.5
Hex F8 BD 7 0 18 61 3 2D 5F 32
Octal 370 275 7 0 30 141 3 55 137 62
Binary 11111000 10111101 111 0 11000 1100001 11 101101 1011111 110010

Color Harmonies of #F8BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD07

Black with #F8BD07

Text Example


Text Example

White with #F8BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD07; }

 p { color: rgb(248,189,7); }

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

background-color css

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

 a { background-color: rgb(248,189,7); }

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

border-color css

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

 span { border-color: rgb(248,189,7); }

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