Html Css Color HEX #F2BC0F Golden Poppy

📋 copy color: '#F2BC0F'

red 242 ◦ green 188 ◦ blue 15

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

Shades of Golden Poppy #F2BC0F

Tints of Golden Poppy #F2BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 54.38%
G = 42.25%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2BC0F (or 0xF2BC0F) is known color: Golden Poppy. HEX triplet: F2, BC and 0F. RGB value is (242,188,15). Sum of RGB (Red+Green+Blue) = 242+188+15=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC0F is #0D43F0. Grayscale: #B9B9B9. Windows color (decimal): -869361 or 1031410. OLE color: 1031410.

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

Color convert

RGB 242 188 15 -
CMYK 0 0.22 0.94 0.05
HSL 45.73º 0.9% 0.5% -
HSV(B) 45.73º 0.94% 0.95% -
XYZ 54.69 54.88 8.16 -
YUV 184.42 32.39 169.07 -
System Red Green Blue C M Y K H S L
Decimal 242 188 15 0 0.22 0.94 0.05 45.73 0.9 0.5
Hex F2 BC F 0 16 5E 5 2E 5A 32
Octal 362 274 17 0 26 136 5 56 132 62
Binary 11110010 10111100 1111 0 10110 1011110 101 101110 1011010 110010

Color Harmonies of #F2BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC0F

Black with #F2BC0F

Text Example


Text Example

White with #F2BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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