Html Css Color HEX #FBFB42 Paris Daisy

📋 copy color: '#FBFB42'

red 251 ◦ green 251 ◦ blue 66

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

Shades of Paris Daisy #FBFB42

Tints of Paris Daisy #FBFB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.19%

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

R = 44.19%
G = 44.19%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBFB42 (or 0xFBFB42) is known color: Paris Daisy. HEX triplet: FB, FB and 42. RGB value is (251,251,66). Sum of RGB (Red+Green+Blue) = 251+251+66=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 66 (26.17% from 255 or 11.62% from 568); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB42 is #0404BD. Grayscale: #E6E6E6. Windows color (decimal): -263358 or 4389883. OLE color: 4389883.

HSL color Cylindrical-coordinate representation of color #FBFB42: hue angle of 60º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBFB42 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 66 -
CMYK 0 0 0.74 0.02
HSL 60º 0.96% 0.62% -
HSV(B) 60º 0.74% 0.98% -
XYZ 75.26 89.9 18.54 -
YUV 229.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 251 251 66 0 0 0.74 0.02 60 0.96 0.62
Hex FB FB 42 0 0 4A 2 3C 60 3E
Octal 373 373 102 0 0 112 2 74 140 76
Binary 11111011 11111011 1000010 0 0 1001010 10 111100 1100000 111110

Color Harmonies of #FBFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB42

Black with #FBFB42

Text Example


Text Example

White with #FBFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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