Html Css Color HEX #F2C70E Golden Poppy

📋 copy color: '#F2C70E'

red 242 ◦ green 199 ◦ blue 14

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

Shades of Golden Poppy #F2C70E

Tints of Golden Poppy #F2C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.74%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 53.19%
G = 43.74%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2C70E (or 0xF2C70E) is known color: Golden Poppy. HEX triplet: F2, C7 and 0E. RGB value is (242,199,14). Sum of RGB (Red+Green+Blue) = 242+199+14=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C70E is #0D38F1. Grayscale: #BFBFBF. Windows color (decimal): -866546 or 968690. OLE color: 968690.

HSL color Cylindrical-coordinate representation of color #F2C70E: hue angle of 48.68º 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 #F2C70E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 14 -
CMYK 0 0.18 0.94 0.05
HSL 48.68º 0.9% 0.5% -
HSV(B) 48.68º 0.94% 0.95% -
XYZ 57.12 59.76 8.94 -
YUV 190.77 28.25 164.54 -
System Red Green Blue C M Y K H S L
Decimal 242 199 14 0 0.18 0.94 0.05 48.68 0.9 0.5
Hex F2 C7 E 0 12 5E 5 31 5A 32
Octal 362 307 16 0 22 136 5 61 132 62
Binary 11110010 11000111 1110 0 10010 1011110 101 110001 1011010 110010

Color Harmonies of #F2C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C70E

Black with #F2C70E

Text Example


Text Example

White with #F2C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C70E; }

 p { color: rgb(242,199,14); }

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

background-color css

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

 a { background-color: rgb(242,199,14); }

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

border-color css

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

 span { border-color: rgb(242,199,14); }

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