Html Css Color HEX #F2BC0D Golden Poppy

📋 copy color: '#F2BC0D'

red 242 ◦ green 188 ◦ blue 13

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

Shades of Golden Poppy #F2BC0D

Tints of Golden Poppy #F2BC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 54.63%
G = 42.44%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2BC0D (or 0xF2BC0D) is known color: Golden Poppy. HEX triplet: F2, BC and 0D. RGB value is (242,188,13). Sum of RGB (Red+Green+Blue) = 242+188+13=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC0D is #0D43F2. Grayscale: #B8B8B8. Windows color (decimal): -869363 or 900338. OLE color: 900338.

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

Color convert

RGB 242 188 13 -
CMYK 0 0.22 0.95 0.05
HSL 45.85º 0.9% 0.5% -
HSV(B) 45.85º 0.95% 0.95% -
XYZ 54.67 54.87 8.09 -
YUV 184.2 31.39 169.23 -
System Red Green Blue C M Y K H S L
Decimal 242 188 13 0 0.22 0.95 0.05 45.85 0.9 0.5
Hex F2 BC D 0 16 5F 5 2E 5A 32
Octal 362 274 15 0 26 137 5 56 132 62
Binary 11110010 10111100 1101 0 10110 1011111 101 101110 1011010 110010

Color Harmonies of #F2BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC0D

Black with #F2BC0D

Text Example


Text Example

White with #F2BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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