Html Css Color HEX #F7E14B Paris Daisy

📋 copy color: '#F7E14B'

red 247 ◦ green 225 ◦ blue 75

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

Shades of Paris Daisy #F7E14B

Tints of Paris Daisy #F7E14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 75 (29.69% from 255) = 13.71%

R = 45.16%
G = 41.13%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7E14B (or 0xF7E14B) is known color: Paris Daisy. HEX triplet: F7, E1 and 4B. RGB value is (247,225,75). Sum of RGB (Red+Green+Blue) = 247+225+75=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E14B is #081EB4. Grayscale: #D7D7D7. Windows color (decimal): -532149 or 4973047. OLE color: 4973047.

HSL color Cylindrical-coordinate representation of color #F7E14B: hue angle of 52.33º 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 #F7E14B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 225 75 -
CMYK 0 0.09 0.70 0.03
HSL 52.33º 0.91% 0.63% -
HSV(B) 52.33º 0.7% 0.97% -
XYZ 66.55 74.13 17.46 -
YUV 214.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 247 225 75 0 0.09 0.70 0.03 52.33 0.91 0.63
Hex F7 E1 4B 0 9 46 3 34 5B 3F
Octal 367 341 113 0 11 106 3 64 133 77
Binary 11110111 11100001 1001011 0 1001 1000110 11 110100 1011011 111111

Color Harmonies of #F7E14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E14B

Black with #F7E14B

Text Example


Text Example

White with #F7E14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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