Html Css Color HEX #F6F953 Paris Daisy

📋 copy color: '#F6F953'

red 246 ◦ green 249 ◦ blue 83

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

Shades of Paris Daisy #F6F953

Tints of Paris Daisy #F6F953

RGB

 RED value IS 246 (96.48% from 255) = 42.56%

 GREEN value IS 249 (97.66% from 255) = 43.08%

 BLUE value IS 83 (32.81% from 255) = 14.36%

R = 42.56%
G = 43.08%
B = 14.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F6F953 (or 0xF6F953) is known color: Paris Daisy. HEX triplet: F6, F9 and 53. RGB value is (246,249,83). Sum of RGB (Red+Green+Blue) = 246+249+83=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F953 is #0906AC. Grayscale: #E5E5E5. Windows color (decimal): -591533 or 5503478. OLE color: 5503478.

HSL color Cylindrical-coordinate representation of color #F6F953: hue angle of 61.08º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6F953 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 249 83 -
CMYK 0.01 0 0.67 0.02
HSL 61.08º 0.93% 0.65% -
HSV(B) 61.08º 0.67% 0.98% -
XYZ 73.44 87.97 21.29 -
YUV 229.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 246 249 83 0.01 0 0.67 0.02 61.08 0.93 0.65
Hex F6 F9 53 1 0 43 2 3D 5D 41
Octal 366 371 123 1 0 103 2 75 135 101
Binary 11110110 11111001 1010011 1 0 1000011 10 111101 1011101 1000001

Color Harmonies of #F6F953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F953

Black with #F6F953

Text Example


Text Example

White with #F6F953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F953; }

 p { color: rgb(246,249,83); }

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

background-color css

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

 a { background-color: rgb(246,249,83); }

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

border-color css

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

 span { border-color: rgb(246,249,83); }

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