Html Css Color HEX #F5C10E Golden Poppy

📋 copy color: '#F5C10E'

red 245 ◦ green 193 ◦ blue 14

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

Shades of Golden Poppy #F5C10E

Tints of Golden Poppy #F5C10E

RGB

 RED value IS 245 (96.09% from 255) = 54.2%

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

 BLUE value IS 14 (5.86% from 255) = 3.1%

R = 54.2%
G = 42.7%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5C10E (or 0xF5C10E) is known color: Golden Poppy. HEX triplet: F5, C1 and 0E. RGB value is (245,193,14). Sum of RGB (Red+Green+Blue) = 245+193+14=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C10E is #0A3EF1. Grayscale: #BCBCBC. Windows color (decimal): -671474 or 967157. OLE color: 967157.

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

Color convert

RGB 245 193 14 -
CMYK 0 0.21 0.94 0.04
HSL 46.49º 0.92% 0.51% -
HSV(B) 46.49º 0.94% 0.96% -
XYZ 56.81 57.58 8.54 -
YUV 188.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 245 193 14 0 0.21 0.94 0.04 46.49 0.92 0.51
Hex F5 C1 E 0 15 5E 4 2E 5C 33
Octal 365 301 16 0 25 136 4 56 134 63
Binary 11110101 11000001 1110 0 10101 1011110 100 101110 1011100 110011

Color Harmonies of #F5C10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C10E

Black with #F5C10E

Text Example


Text Example

White with #F5C10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C10E; }

 p { color: rgb(245,193,14); }

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

background-color css

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

 a { background-color: rgb(245,193,14); }

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

border-color css

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

 span { border-color: rgb(245,193,14); }

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