Html Css Color HEX #F4C80B Golden Poppy

📋 copy color: '#F4C80B'

red 244 ◦ green 200 ◦ blue 11

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

Shades of Golden Poppy #F4C80B

Tints of Golden Poppy #F4C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 53.63%
G = 43.96%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4C80B (or 0xF4C80B) is known color: Golden Poppy. HEX triplet: F4, C8 and 0B. RGB value is (244,200,11). Sum of RGB (Red+Green+Blue) = 244+200+11=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C80B is #0B37F4. Grayscale: #C0C0C0. Windows color (decimal): -735221 or 772340. OLE color: 772340.

HSL color Cylindrical-coordinate representation of color #F4C80B: hue angle of 48.67º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4C80B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 200 11 -
CMYK 0 0.18 0.95 0.04
HSL 48.67º 0.91% 0.5% -
HSV(B) 48.67º 0.95% 0.96% -
XYZ 58.02 60.57 8.95 -
YUV 191.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 244 200 11 0 0.18 0.95 0.04 48.67 0.91 0.5
Hex F4 C8 B 0 12 5F 4 31 5B 32
Octal 364 310 13 0 22 137 4 61 133 62
Binary 11110100 11001000 1011 0 10010 1011111 100 110001 1011011 110010

Color Harmonies of #F4C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C80B

Black with #F4C80B

Text Example


Text Example

White with #F4C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C80B; }

 p { color: rgb(244,200,11); }

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

background-color css

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

 a { background-color: rgb(244,200,11); }

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

border-color css

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

 span { border-color: rgb(244,200,11); }

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