Html Css Color HEX #FDE24B Paris Daisy

📋 copy color: '#FDE24B'

red 253 ◦ green 226 ◦ blue 75

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

Shades of Paris Daisy #FDE24B

Tints of Paris Daisy #FDE24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.54%

R = 45.67%
G = 40.79%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDE24B (or 0xFDE24B) is known color: Paris Daisy. HEX triplet: FD, E2 and 4B. RGB value is (253,226,75). Sum of RGB (Red+Green+Blue) = 253+226+75=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE24B is #021DB4. Grayscale: #D9D9D9. Windows color (decimal): -138677 or 4973309. OLE color: 4973309.

HSL color Cylindrical-coordinate representation of color #FDE24B: hue angle of 50.9º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE24B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 75 -
CMYK 0 0.11 0.70 0.01
HSL 50.9º 0.98% 0.64% -
HSV(B) 50.9º 0.7% 0.99% -
XYZ 68.97 75.78 17.65 -
YUV 216.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 253 226 75 0 0.11 0.70 0.01 50.9 0.98 0.64
Hex FD E2 4B 0 B 46 1 33 62 40
Octal 375 342 113 0 13 106 1 63 142 100
Binary 11111101 11100010 1001011 0 1011 1000110 1 110011 1100010 1000000

Color Harmonies of #FDE24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE24B

Black with #FDE24B

Text Example


Text Example

White with #FDE24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE24B; }

 p { color: rgb(253,226,75); }

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

background-color css

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

 a { background-color: rgb(253,226,75); }

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

border-color css

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

 span { border-color: rgb(253,226,75); }

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