Html Css Color HEX #FBFD4A Paris Daisy

📋 copy color: '#FBFD4A'

red 251 ◦ green 253 ◦ blue 74

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

Shades of Paris Daisy #FBFD4A

Tints of Paris Daisy #FBFD4A

RGB

 RED value IS 251 (98.44% from 255) = 43.43%

 GREEN value IS 253 (99.22% from 255) = 43.77%

 BLUE value IS 74 (29.3% from 255) = 12.8%

R = 43.43%
G = 43.77%
B = 12.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FBFD4A (or 0xFBFD4A) is known color: Paris Daisy. HEX triplet: FB, FD and 4A. RGB value is (251,253,74). Sum of RGB (Red+Green+Blue) = 251+253+74=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 74 (29.30% from 255 or 12.80% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFD4A is #0402B5. Grayscale: #E8E8E8. Windows color (decimal): -262838 or 4914683. OLE color: 4914683.

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

Color convert

RGB 251 253 74 -
CMYK 0.01 0 0.71 0.01
HSL 60.67º 0.98% 0.64% -
HSV(B) 60.67º 0.71% 0.99% -
XYZ 76.14 91.25 20.08 -
YUV 232 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 251 253 74 0.01 0 0.71 0.01 60.67 0.98 0.64
Hex FB FD 4A 1 0 47 1 3D 62 40
Octal 373 375 112 1 0 107 1 75 142 100
Binary 11111011 11111101 1001010 1 0 1000111 1 111101 1100010 1000000

Color Harmonies of #FBFD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD4A

Black with #FBFD4A

Text Example


Text Example

White with #FBFD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD4A; }

 p { color: rgb(251,253,74); }

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

background-color css

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

 a { background-color: rgb(251,253,74); }

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

border-color css

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

 span { border-color: rgb(251,253,74); }

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