Html Css Color HEX #FBFC42 Paris Daisy

📋 copy color: '#FBFC42'

red 251 ◦ green 252 ◦ blue 66

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

Shades of Paris Daisy #FBFC42

Tints of Paris Daisy #FBFC42

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.29%

 BLUE value IS 66 (26.17% from 255) = 11.6%

R = 44.11%
G = 44.29%
B = 11.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FBFC42 (or 0xFBFC42) is known color: Paris Daisy. HEX triplet: FB, FC and 42. RGB value is (251,252,66). Sum of RGB (Red+Green+Blue) = 251+252+66=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 66 (26.17% from 255 or 11.60% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC42 is #0403BD. Grayscale: #E7E7E7. Windows color (decimal): -263102 or 4390139. OLE color: 4390139.

HSL color Cylindrical-coordinate representation of color #FBFC42: hue angle of 60.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBFC42 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 252 66 -
CMYK 0.00 0 0.74 0.01
HSL 60.32º 0.97% 0.62% -
HSV(B) 60.32º 0.74% 0.99% -
XYZ 75.58 90.52 18.64 -
YUV 230.5 35.17 142.62 -
System Red Green Blue C M Y K H S L
Decimal 251 252 66 0.00 0 0.74 0.01 60.32 0.97 0.62
Hex FB FC 42 0 0 4A 1 3C 61 3E
Octal 373 374 102 0 0 112 1 74 141 76
Binary 11111011 11111100 1000010 0 0 1001010 1 111100 1100001 111110

Color Harmonies of #FBFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC42

Black with #FBFC42

Text Example


Text Example

White with #FBFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC42; }

 p { color: rgb(251,252,66); }

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

background-color css

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

 a { background-color: rgb(251,252,66); }

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

border-color css

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

 span { border-color: rgb(251,252,66); }

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