Html Css Color HEX #FBFB4A Paris Daisy

📋 copy color: '#FBFB4A'

red 251 ◦ green 251 ◦ blue 74

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

Shades of Paris Daisy #FBFB4A

Tints of Paris Daisy #FBFB4A

RGB

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

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

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

R = 43.58%
G = 43.58%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBFB4A (or 0xFBFB4A) is known color: Paris Daisy. HEX triplet: FB, FB and 4A. RGB value is (251,251,74). Sum of RGB (Red+Green+Blue) = 251+251+74=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 74 (29.30% from 255 or 12.85% from 576); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB4A is #0404B5. Grayscale: #E7E7E7. Windows color (decimal): -263350 or 4914171. OLE color: 4914171.

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

Color convert

RGB 251 251 74 -
CMYK 0 0 0.71 0.02
HSL 60º 0.96% 0.64% -
HSV(B) 60º 0.71% 0.98% -
XYZ 75.52 90 19.87 -
YUV 230.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 251 251 74 0 0 0.71 0.02 60 0.96 0.64
Hex FB FB 4A 0 0 47 2 3C 60 40
Octal 373 373 112 0 0 107 2 74 140 100
Binary 11111011 11111011 1001010 0 0 1000111 10 111100 1100000 1000000

Color Harmonies of #FBFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB4A

Black with #FBFB4A

Text Example


Text Example

White with #FBFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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