Html Css Color HEX #F2BC00 Golden Poppy

📋 copy color: '#F2BC00'

red 242 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #F2BC00

Tints of Golden Poppy #F2BC00

RGB

 RED value IS 242 (94.92% from 255) = 56.28%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.28%
G = 43.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2BC00 (or 0xF2BC00) is known color: Golden Poppy. HEX triplet: F2, BC and 00. RGB value is (242,188,0). Sum of RGB (Red+Green+Blue) = 242+188+0=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC00 is #0D43FF. Grayscale: #B7B7B7. Windows color (decimal): -869376 or 48370. OLE color: 48370.

HSL color Cylindrical-coordinate representation of color #F2BC00: hue angle of 46.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2BC00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 188 0 -
CMYK 0 0.22 1 0.05
HSL 46.61º 1% 0.47% -
HSV(B) 46.61º 1% 0.95% -
XYZ 54.6 54.84 7.71 -
YUV 182.71 24.89 170.29 -
System Red Green Blue C M Y K H S L
Decimal 242 188 0 0 0.22 1 0.05 46.61 1 0.47
Hex F2 BC 0 0 16 64 5 2F 64 2F
Octal 362 274 0 0 26 144 5 57 144 57
Binary 11110010 10111100 0 0 10110 1100100 101 101111 1100100 101111

Color Harmonies of #F2BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC00

Black with #F2BC00

Text Example


Text Example

White with #F2BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC00; }

 p { color: rgb(242,188,0); }

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

background-color css

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

 a { background-color: rgb(242,188,0); }

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

border-color css

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

 span { border-color: rgb(242,188,0); }

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