Html Css Color HEX #FDFE4B Paris Daisy

📋 copy color: '#FDFE4B'

red 253 ◦ green 254 ◦ blue 75

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

Shades of Paris Daisy #FDFE4B

Tints of Paris Daisy #FDFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

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

R = 43.47%
G = 43.64%
B = 12.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FDFE4B (or 0xFDFE4B) is known color: Paris Daisy. HEX triplet: FD, FE and 4B. RGB value is (253,254,75). Sum of RGB (Red+Green+Blue) = 253+254+75=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 75 (29.69% from 255 or 12.89% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE4B is #0201B4. Grayscale: #EAEAEA. Windows color (decimal): -131509 or 4980477. OLE color: 4980477.

HSL color Cylindrical-coordinate representation of color #FDFE4B: hue angle of 60.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDFE4B is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 254 75 -
CMYK 0.00 0 0.70 0.00
HSL 60.34º 0.99% 0.65% -
HSV(B) 60.34º 0.7% 1% -
XYZ 77.22 92.27 20.4 -
YUV 233.3 38.67 142.05 -
System Red Green Blue C M Y K H S L
Decimal 253 254 75 0.00 0 0.70 0.00 60.34 0.99 0.65
Hex FD FE 4B 0 0 46 0 3C 63 41
Octal 375 376 113 0 0 106 0 74 143 101
Binary 11111101 11111110 1001011 0 0 1000110 0 111100 1100011 1000001

Color Harmonies of #FDFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE4B

Black with #FDFE4B

Text Example


Text Example

White with #FDFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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