Html Css Color HEX #FBF648 Paris Daisy

📋 copy color: '#FBF648'

red 251 ◦ green 246 ◦ blue 72

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

Shades of Paris Daisy #FBF648

Tints of Paris Daisy #FBF648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

 BLUE value IS 72 (28.52% from 255) = 12.65%

R = 44.11%
G = 43.23%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBF648 (or 0xFBF648) is known color: Paris Daisy. HEX triplet: FB, F6 and 48. RGB value is (251,246,72). Sum of RGB (Red+Green+Blue) = 251+246+72=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 72 (28.52% from 255 or 12.65% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF648 is #0409B7. Grayscale: #E4E4E4. Windows color (decimal): -264632 or 4781819. OLE color: 4781819.

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

Color convert

RGB 251 246 72 -
CMYK 0 0.02 0.71 0.02
HSL 58.32º 0.96% 0.63% -
HSV(B) 58.32º 0.71% 0.98% -
XYZ 73.91 86.89 19.01 -
YUV 227.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 251 246 72 0 0.02 0.71 0.02 58.32 0.96 0.63
Hex FB F6 48 0 2 47 2 3A 60 3F
Octal 373 366 110 0 2 107 2 72 140 77
Binary 11111011 11110110 1001000 0 10 1000111 10 111010 1100000 111111

Color Harmonies of #FBF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF648

Black with #FBF648

Text Example


Text Example

White with #FBF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF648; }

 p { color: rgb(251,246,72); }

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

background-color css

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

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

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

border-color css

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

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

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