Html Css Color HEX #F2C40A Golden Poppy

📋 copy color: '#F2C40A'

red 242 ◦ green 196 ◦ blue 10

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

Shades of Golden Poppy #F2C40A

Tints of Golden Poppy #F2C40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 54.02%
G = 43.75%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2C40A (or 0xF2C40A) is known color: Golden Poppy. HEX triplet: F2, C4 and 0A. RGB value is (242,196,10). Sum of RGB (Red+Green+Blue) = 242+196+10=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C40A is #0D3BF5. Grayscale: #BDBDBD. Windows color (decimal): -867318 or 705778. OLE color: 705778.

HSL color Cylindrical-coordinate representation of color #F2C40A: hue angle of 48.1º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2C40A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 196 10 -
CMYK 0 0.19 0.96 0.05
HSL 48.1º 0.92% 0.49% -
HSV(B) 48.1º 0.96% 0.95% -
XYZ 56.41 58.38 8.58 -
YUV 188.55 27.24 166.12 -
System Red Green Blue C M Y K H S L
Decimal 242 196 10 0 0.19 0.96 0.05 48.1 0.92 0.49
Hex F2 C4 A 0 13 60 5 30 5C 31
Octal 362 304 12 0 23 140 5 60 134 61
Binary 11110010 11000100 1010 0 10011 1100000 101 110000 1011100 110001

Color Harmonies of #F2C40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C40A

Black with #F2C40A

Text Example


Text Example

White with #F2C40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C40A; }

 p { color: rgb(242,196,10); }

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

background-color css

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

 a { background-color: rgb(242,196,10); }

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

border-color css

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

 span { border-color: rgb(242,196,10); }

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