Html Css Color HEX #FBF048 Paris Daisy

📋 copy color: '#FBF048'

red 251 ◦ green 240 ◦ blue 72

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

Shades of Paris Daisy #FBF048

Tints of Paris Daisy #FBF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

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

R = 44.58%
G = 42.63%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBF048 (or 0xFBF048) is known color: Paris Daisy. HEX triplet: FB, F0 and 48. RGB value is (251,240,72). Sum of RGB (Red+Green+Blue) = 251+240+72=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 72 (28.52% from 255 or 12.79% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF048 is #040FB7. Grayscale: #E0E0E0. Windows color (decimal): -266168 or 4780283. OLE color: 4780283.

HSL color Cylindrical-coordinate representation of color #FBF048: hue angle of 56.31º 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 #FBF048 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 240 72 -
CMYK 0 0.04 0.71 0.02
HSL 56.31º 0.96% 0.63% -
HSV(B) 56.31º 0.71% 0.98% -
XYZ 72.11 83.3 18.41 -
YUV 224.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 251 240 72 0 0.04 0.71 0.02 56.31 0.96 0.63
Hex FB F0 48 0 4 47 2 38 60 3F
Octal 373 360 110 0 4 107 2 70 140 77
Binary 11111011 11110000 1001000 0 100 1000111 10 111000 1100000 111111

Color Harmonies of #FBF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF048

Black with #FBF048

Text Example


Text Example

White with #FBF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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