Html Css Color HEX #F2C003 Golden Poppy

📋 copy color: '#F2C003'

red 242 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #F2C003

Tints of Golden Poppy #F2C003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 55.38%
G = 43.94%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2C003 (or 0xF2C003) is known color: Golden Poppy. HEX triplet: F2, C0 and 03. RGB value is (242,192,3). Sum of RGB (Red+Green+Blue) = 242+192+3=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C003 is #0D3FFC. Grayscale: #BABABA. Windows color (decimal): -868349 or 246002. OLE color: 246002.

HSL color Cylindrical-coordinate representation of color #F2C003: hue angle of 47.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2C003 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 3 -
CMYK 0 0.21 0.99 0.05
HSL 47.45º 0.98% 0.48% -
HSV(B) 47.45º 0.99% 0.95% -
XYZ 55.48 56.58 8.08 -
YUV 185.4 25.07 168.37 -
System Red Green Blue C M Y K H S L
Decimal 242 192 3 0 0.21 0.99 0.05 47.45 0.98 0.48
Hex F2 C0 3 0 15 63 5 2F 62 30
Octal 362 300 3 0 25 143 5 57 142 60
Binary 11110010 11000000 11 0 10101 1100011 101 101111 1100010 110000

Color Harmonies of #F2C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C003

Black with #F2C003

Text Example


Text Example

White with #F2C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C003; }

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

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

background-color css

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

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

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

border-color css

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

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

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