Html Css Color HEX #FDF950 Paris Daisy

📋 copy color: '#FDF950'

red 253 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #FDF950

Tints of Paris Daisy #FDF950

RGB

 RED value IS 253 (99.22% from 255) = 43.47%

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

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

R = 43.47%
G = 42.78%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF950 (or 0xFDF950) is known color: Paris Daisy. HEX triplet: FD, F9 and 50. RGB value is (253,249,80). Sum of RGB (Red+Green+Blue) = 253+249+80=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 80 (31.64% from 255 or 13.75% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF950 is #0206AF. Grayscale: #E7E7E7. Windows color (decimal): -132784 or 5306877. OLE color: 5306877.

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

Color convert

RGB 253 249 80 -
CMYK 0 0.02 0.68 0.01
HSL 58.61º 0.98% 0.65% -
HSV(B) 58.61º 0.68% 0.99% -
XYZ 75.83 89.21 20.81 -
YUV 230.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 253 249 80 0 0.02 0.68 0.01 58.61 0.98 0.65
Hex FD F9 50 0 2 44 1 3B 62 41
Octal 375 371 120 0 2 104 1 73 142 101
Binary 11111101 11111001 1010000 0 10 1000100 1 111011 1100010 1000001

Color Harmonies of #FDF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF950

Black with #FDF950

Text Example


Text Example

White with #FDF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF950; }

 p { color: rgb(253,249,80); }

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

background-color css

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

 a { background-color: rgb(253,249,80); }

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

border-color css

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

 span { border-color: rgb(253,249,80); }

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