Html Css Color HEX #F4C102 Golden Poppy

📋 copy color: '#F4C102'

red 244 ◦ green 193 ◦ blue 2

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

Shades of Golden Poppy #F4C102

Tints of Golden Poppy #F4C102

RGB

 RED value IS 244 (95.7% from 255) = 55.58%

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 55.58%
G = 43.96%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F4C102 (or 0xF4C102) is known color: Golden Poppy. HEX triplet: F4, C1 and 02. RGB value is (244,193,2). Sum of RGB (Red+Green+Blue) = 244+193+2=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C102 is #0B3EFD. Grayscale: #BBBBBB. Windows color (decimal): -737022 or 180724. OLE color: 180724.

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

Color convert

RGB 244 193 2 -
CMYK 0 0.21 0.99 0.04
HSL 47.36º 0.98% 0.48% -
HSV(B) 47.36º 0.99% 0.96% -
XYZ 56.39 57.38 8.16 -
YUV 186.48 23.9 169.03 -
System Red Green Blue C M Y K H S L
Decimal 244 193 2 0 0.21 0.99 0.04 47.36 0.98 0.48
Hex F4 C1 2 0 15 63 4 2F 62 30
Octal 364 301 2 0 25 143 4 57 142 60
Binary 11110100 11000001 10 0 10101 1100011 100 101111 1100010 110000

Color Harmonies of #F4C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C102

Black with #F4C102

Text Example


Text Example

White with #F4C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C102; }

 p { color: rgb(244,193,2); }

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

background-color css

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

 a { background-color: rgb(244,193,2); }

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

border-color css

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

 span { border-color: rgb(244,193,2); }

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