Html Css Color HEX #FDF153 Paris Daisy

📋 copy color: '#FDF153'

red 253 ◦ green 241 ◦ blue 83

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

Shades of Paris Daisy #FDF153

Tints of Paris Daisy #FDF153

RGB

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

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

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

R = 43.85%
G = 41.77%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF153 (or 0xFDF153) is known color: Paris Daisy. HEX triplet: FD, F1 and 53. RGB value is (253,241,83). Sum of RGB (Red+Green+Blue) = 253+241+83=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 83 (32.81% from 255 or 14.38% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF153 is #020EAC. Grayscale: #E3E3E3. Windows color (decimal): -134829 or 5501437. OLE color: 5501437.

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

Color convert

RGB 253 241 83 -
CMYK 0 0.05 0.67 0.01
HSL 55.76º 0.98% 0.66% -
HSV(B) 55.76º 0.67% 0.99% -
XYZ 73.52 84.42 20.6 -
YUV 226.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 253 241 83 0 0.05 0.67 0.01 55.76 0.98 0.66
Hex FD F1 53 0 5 43 1 38 62 42
Octal 375 361 123 0 5 103 1 70 142 102
Binary 11111101 11110001 1010011 0 101 1000011 1 111000 1100010 1000010

Color Harmonies of #FDF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF153

Black with #FDF153

Text Example


Text Example

White with #FDF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF153; }

 p { color: rgb(253,241,83); }

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

background-color css

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

 a { background-color: rgb(253,241,83); }

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

border-color css

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

 span { border-color: rgb(253,241,83); }

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