Html Css Color HEX #F7E350 Paris Daisy

📋 copy color: '#F7E350'

red 247 ◦ green 227 ◦ blue 80

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

Shades of Paris Daisy #F7E350

Tints of Paris Daisy #F7E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.97%

 BLUE value IS 80 (31.64% from 255) = 14.44%

R = 44.58%
G = 40.97%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7E350 (or 0xF7E350) is known color: Paris Daisy. HEX triplet: F7, E3 and 50. RGB value is (247,227,80). Sum of RGB (Red+Green+Blue) = 247+227+80=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E350 is #081CAF. Grayscale: #D8D8D8. Windows color (decimal): -531632 or 5301239. OLE color: 5301239.

HSL color Cylindrical-coordinate representation of color #F7E350: hue angle of 52.81º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7E350 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 227 80 -
CMYK 0 0.08 0.68 0.03
HSL 52.81º 0.91% 0.64% -
HSV(B) 52.81º 0.68% 0.97% -
XYZ 67.27 75.29 18.58 -
YUV 216.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 247 227 80 0 0.08 0.68 0.03 52.81 0.91 0.64
Hex F7 E3 50 0 8 44 3 35 5B 40
Octal 367 343 120 0 10 104 3 65 133 100
Binary 11110111 11100011 1010000 0 1000 1000100 11 110101 1011011 1000000

Color Harmonies of #F7E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E350

Black with #F7E350

Text Example


Text Example

White with #F7E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E350; }

 p { color: rgb(247,227,80); }

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

background-color css

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

 a { background-color: rgb(247,227,80); }

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

border-color css

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

 span { border-color: rgb(247,227,80); }

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