Html Css Color HEX #F7C30E Golden Poppy

📋 copy color: '#F7C30E'

red 247 ◦ green 195 ◦ blue 14

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

Shades of Golden Poppy #F7C30E

Tints of Golden Poppy #F7C30E

RGB

 RED value IS 247 (96.88% from 255) = 54.17%

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 54.17%
G = 42.76%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7C30E (or 0xF7C30E) is known color: Golden Poppy. HEX triplet: F7, C3 and 0E. RGB value is (247,195,14). Sum of RGB (Red+Green+Blue) = 247+195+14=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C30E is #083CF1. Grayscale: #BEBEBE. Windows color (decimal): -539890 or 967671. OLE color: 967671.

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

Color convert

RGB 247 195 14 -
CMYK 0 0.21 0.94 0.03
HSL 46.61º 0.94% 0.51% -
HSV(B) 46.61º 0.94% 0.97% -
XYZ 57.95 58.84 8.72 -
YUV 189.91 28.73 168.72 -
System Red Green Blue C M Y K H S L
Decimal 247 195 14 0 0.21 0.94 0.03 46.61 0.94 0.51
Hex F7 C3 E 0 15 5E 3 2F 5E 33
Octal 367 303 16 0 25 136 3 57 136 63
Binary 11110111 11000011 1110 0 10101 1011110 11 101111 1011110 110011

Color Harmonies of #F7C30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C30E

Black with #F7C30E

Text Example


Text Example

White with #F7C30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C30E; }

 p { color: rgb(247,195,14); }

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

background-color css

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

 a { background-color: rgb(247,195,14); }

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

border-color css

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

 span { border-color: rgb(247,195,14); }

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