#F7F14B

Color #F7F14B Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F7F14B

Tints of Paris Daisy #F7F14B

Color information

#F7F14B (or 0xF7F14B) is unknown color: approx Paris Daisy. HEX triplet: F7, F1 and 4B. RGB value is (247,241,75). Sum of RGB (Red+Green+Blue) = 247+241+75=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F14B is #080EB4. Grayscale: #E0E0E0. Windows color (decimal): -528053 or 4977143. OLE color: 4977143.

HSL color Cylindrical-coordinate representation of color #F7F14B: hue angle of 57.91º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7F14B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24724175-
CMYK00.020.700.03
HSL57.91º91.49%63.14%-
HSV(B)57.91º69.64%96.86%-
XYZ71.0883.1918.97-
YUV223.8743.99144.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.87%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 75 (29.69% from 255) = 13.32%
R=43.87%
G=42.81%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472417500.020.700.0357.9191.4963.14
HexF7F14B024633a5b3f
Octal3673611130210637213377
Binary111101111111000110010110101000110111110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F14B; }

 p { color: rgb(247,241,75); }

 H1.HeaderClassName
 {
   color: #F7F14B;
 }
 .AnyTagClassName
 {
   color: #F7F14B;
 }
</style>
background-color css

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

 a { background-color: rgb(247,241,75); }

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

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

 span { border-color: rgb(247,241,75); }

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