Html Css Color HEX #F2C00B Golden Poppy

📋 copy color: '#F2C00B'

red 242 ◦ green 192 ◦ blue 11

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

Shades of Golden Poppy #F2C00B

Tints of Golden Poppy #F2C00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 54.38%
G = 43.15%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2C00B (or 0xF2C00B) is known color: Golden Poppy. HEX triplet: F2, C0 and 0B. RGB value is (242,192,11). Sum of RGB (Red+Green+Blue) = 242+192+11=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C00B is #0D3FF4. Grayscale: #BBBBBB. Windows color (decimal): -868341 or 770290. OLE color: 770290.

HSL color Cylindrical-coordinate representation of color #F2C00B: hue angle of 47.01º degrees, saturation: 0.91, 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 #F2C00B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 11 -
CMYK 0 0.21 0.95 0.05
HSL 47.01º 0.91% 0.5% -
HSV(B) 47.01º 0.95% 0.95% -
XYZ 55.53 56.6 8.31 -
YUV 186.32 29.07 167.72 -
System Red Green Blue C M Y K H S L
Decimal 242 192 11 0 0.21 0.95 0.05 47.01 0.91 0.5
Hex F2 C0 B 0 15 5F 5 2F 5B 32
Octal 362 300 13 0 25 137 5 57 133 62
Binary 11110010 11000000 1011 0 10101 1011111 101 101111 1011011 110010

Color Harmonies of #F2C00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C00B

Black with #F2C00B

Text Example


Text Example

White with #F2C00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C00B; }

 p { color: rgb(242,192,11); }

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

background-color css

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

 a { background-color: rgb(242,192,11); }

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

border-color css

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

 span { border-color: rgb(242,192,11); }

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