Html Css Color HEX #F7E252 Paris Daisy

📋 copy color: '#F7E252'

red 247 ◦ green 226 ◦ blue 82

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

Shades of Paris Daisy #F7E252

Tints of Paris Daisy #F7E252

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.72%

 BLUE value IS 82 (32.42% from 255) = 14.77%

R = 44.5%
G = 40.72%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F7E252 (or 0xF7E252) is known color: Paris Daisy. HEX triplet: F7, E2 and 52. RGB value is (247,226,82). Sum of RGB (Red+Green+Blue) = 247+226+82=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E252 is #081DAD. Grayscale: #D8D8D8. Windows color (decimal): -531886 or 5432055. OLE color: 5432055.

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

Color convert

RGB 247 226 82 -
CMYK 0 0.09 0.67 0.03
HSL 52.36º 0.91% 0.65% -
HSV(B) 52.36º 0.67% 0.97% -
XYZ 67.08 74.78 18.88 -
YUV 215.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 247 226 82 0 0.09 0.67 0.03 52.36 0.91 0.65
Hex F7 E2 52 0 9 43 3 34 5B 41
Octal 367 342 122 0 11 103 3 64 133 101
Binary 11110111 11100010 1010010 0 1001 1000011 11 110100 1011011 1000001

Color Harmonies of #F7E252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E252

Black with #F7E252

Text Example


Text Example

White with #F7E252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E252; }

 p { color: rgb(247,226,82); }

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

background-color css

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

 a { background-color: rgb(247,226,82); }

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

border-color css

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

 span { border-color: rgb(247,226,82); }

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