Html Css Color HEX #F2C900 Golden Poppy

📋 copy color: '#F2C900'

red 242 ◦ green 201 ◦ blue 0

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

Shades of Golden Poppy #F2C900

Tints of Golden Poppy #F2C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.63%
G = 45.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2C900 (or 0xF2C900) is known color: Golden Poppy. HEX triplet: F2, C9 and 00. RGB value is (242,201,0). Sum of RGB (Red+Green+Blue) = 242+201+0=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C900 is #0D36FF. Grayscale: #BFBFBF. Windows color (decimal): -866048 or 51698. OLE color: 51698.

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

Color convert

RGB 242 201 0 -
CMYK 0 0.17 1 0.05
HSL 49.83º 1% 0.47% -
HSV(B) 49.83º 1% 0.95% -
XYZ 57.5 60.65 8.68 -
YUV 190.35 20.58 164.84 -
System Red Green Blue C M Y K H S L
Decimal 242 201 0 0 0.17 1 0.05 49.83 1 0.47
Hex F2 C9 0 0 11 64 5 32 64 2F
Octal 362 311 0 0 21 144 5 62 144 57
Binary 11110010 11001001 0 0 10001 1100100 101 110010 1100100 101111

Color Harmonies of #F2C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C900

Black with #F2C900

Text Example


Text Example

White with #F2C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C900; }

 p { color: rgb(242,201,0); }

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

background-color css

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

 a { background-color: rgb(242,201,0); }

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

border-color css

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

 span { border-color: rgb(242,201,0); }

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