Html Css Color HEX #F7F350 Paris Daisy

📋 copy color: '#F7F350'

red 247 ◦ green 243 ◦ blue 80

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

Shades of Paris Daisy #F7F350

Tints of Paris Daisy #F7F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.63%

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

R = 43.33%
G = 42.63%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7F350 (or 0xF7F350) is known color: Paris Daisy. HEX triplet: F7, F3 and 50. RGB value is (247,243,80). Sum of RGB (Red+Green+Blue) = 247+243+80=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F350 is #080CAF. Grayscale: #E2E2E2. Windows color (decimal): -527536 or 5305335. OLE color: 5305335.

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

Color convert

RGB 247 243 80 -
CMYK 0 0.02 0.68 0.03
HSL 58.56º 0.91% 0.64% -
HSV(B) 58.56º 0.68% 0.97% -
XYZ 71.86 84.45 20.1 -
YUV 225.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 247 243 80 0 0.02 0.68 0.03 58.56 0.91 0.64
Hex F7 F3 50 0 2 44 3 3B 5B 40
Octal 367 363 120 0 2 104 3 73 133 100
Binary 11110111 11110011 1010000 0 10 1000100 11 111011 1011011 1000000

Color Harmonies of #F7F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F350

Black with #F7F350

Text Example


Text Example

White with #F7F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F350; }

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

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

background-color css

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

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

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

border-color css

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

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

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