Html Css Color HEX #F8BC02 Golden Poppy

📋 copy color: '#F8BC02'

red 248 ◦ green 188 ◦ blue 2

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

Shades of Golden Poppy #F8BC02

Tints of Golden Poppy #F8BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 56.62%
G = 42.92%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8BC02 (or 0xF8BC02) is known color: Golden Poppy. HEX triplet: F8, BC and 02. RGB value is (248,188,2). Sum of RGB (Red+Green+Blue) = 248+188+2=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC02 is #0743FD. Grayscale: #B9B9B9. Windows color (decimal): -476158 or 179448. OLE color: 179448.

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

Color convert

RGB 248 188 2 -
CMYK 0 0.24 0.99 0.03
HSL 45.37º 0.98% 0.49% -
HSV(B) 45.37º 0.99% 0.97% -
XYZ 56.71 55.93 7.86 -
YUV 184.74 24.88 173.12 -
System Red Green Blue C M Y K H S L
Decimal 248 188 2 0 0.24 0.99 0.03 45.37 0.98 0.49
Hex F8 BC 2 0 18 63 3 2D 62 31
Octal 370 274 2 0 30 143 3 55 142 61
Binary 11111000 10111100 10 0 11000 1100011 11 101101 1100010 110001

Color Harmonies of #F8BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC02

Black with #F8BC02

Text Example


Text Example

White with #F8BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC02; }

 p { color: rgb(248,188,2); }

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

background-color css

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

 a { background-color: rgb(248,188,2); }

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

border-color css

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

 span { border-color: rgb(248,188,2); }

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