Html Css Color HEX #F5C00E Golden Poppy

📋 copy color: '#F5C00E'

red 245 ◦ green 192 ◦ blue 14

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

Shades of Golden Poppy #F5C00E

Tints of Golden Poppy #F5C00E

RGB

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

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

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

R = 54.32%
G = 42.57%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5C00E (or 0xF5C00E) is known color: Golden Poppy. HEX triplet: F5, C0 and 0E. RGB value is (245,192,14). Sum of RGB (Red+Green+Blue) = 245+192+14=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C00E is #0A3FF1. Grayscale: #BCBCBC. Windows color (decimal): -671730 or 966901. OLE color: 966901.

HSL color Cylindrical-coordinate representation of color #F5C00E: hue angle of 46.23º 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 #F5C00E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 192 14 -
CMYK 0 0.22 0.94 0.04
HSL 46.23º 0.92% 0.51% -
HSV(B) 46.23º 0.94% 0.96% -
XYZ 56.59 57.14 8.46 -
YUV 187.56 30.06 168.97 -
System Red Green Blue C M Y K H S L
Decimal 245 192 14 0 0.22 0.94 0.04 46.23 0.92 0.51
Hex F5 C0 E 0 16 5E 4 2E 5C 33
Octal 365 300 16 0 26 136 4 56 134 63
Binary 11110101 11000000 1110 0 10110 1011110 100 101110 1011100 110011

Color Harmonies of #F5C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C00E

Black with #F5C00E

Text Example


Text Example

White with #F5C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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