Html Css Color HEX #FDEF4B Paris Daisy

📋 copy color: '#FDEF4B'

red 253 ◦ green 239 ◦ blue 75

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

Shades of Paris Daisy #FDEF4B

Tints of Paris Daisy #FDEF4B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

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

R = 44.62%
G = 42.15%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDEF4B (or 0xFDEF4B) is known color: Paris Daisy. HEX triplet: FD, EF and 4B. RGB value is (253,239,75). Sum of RGB (Red+Green+Blue) = 253+239+75=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 75 (29.69% from 255 or 13.23% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF4B is #0210B4. Grayscale: #E1E1E1. Windows color (decimal): -135349 or 4976637. OLE color: 4976637.

HSL color Cylindrical-coordinate representation of color #FDEF4B: hue angle of 55.28º 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 #FDEF4B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 75 -
CMYK 0 0.06 0.70 0.01
HSL 55.28º 0.98% 0.64% -
HSV(B) 55.28º 0.7% 0.99% -
XYZ 72.64 83.12 18.87 -
YUV 224.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 253 239 75 0 0.06 0.70 0.01 55.28 0.98 0.64
Hex FD EF 4B 0 6 46 1 37 62 40
Octal 375 357 113 0 6 106 1 67 142 100
Binary 11111101 11101111 1001011 0 110 1000110 1 110111 1100010 1000000

Color Harmonies of #FDEF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF4B

Black with #FDEF4B

Text Example


Text Example

White with #FDEF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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