Html Css Color HEX #F7F150 Paris Daisy

📋 copy color: '#F7F150'

red 247 ◦ green 241 ◦ blue 80

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

Shades of Paris Daisy #F7F150

Tints of Paris Daisy #F7F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

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

R = 43.49%
G = 42.43%
B = 14.08%

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

#F7F150 (or 0xF7F150) is known color: Paris Daisy. HEX triplet: F7, F1 and 50. RGB value is (247,241,80). Sum of RGB (Red+Green+Blue) = 247+241+80=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F150 is #080EAF. Grayscale: #E1E1E1. Windows color (decimal): -528048 or 5304823. OLE color: 5304823.

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

Color convert

RGB 247 241 80 -
CMYK 0 0.02 0.68 0.03
HSL 57.84º 0.91% 0.64% -
HSV(B) 57.84º 0.68% 0.97% -
XYZ 71.26 83.26 19.91 -
YUV 224.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 247 241 80 0 0.02 0.68 0.03 57.84 0.91 0.64
Hex F7 F1 50 0 2 44 3 3A 5B 40
Octal 367 361 120 0 2 104 3 72 133 100
Binary 11110111 11110001 1010000 0 10 1000100 11 111010 1011011 1000000

Color Harmonies of #F7F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F150

Black with #F7F150

Text Example


Text Example

White with #F7F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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