Html Css Color HEX #FBF251 Paris Daisy

📋 copy color: '#FBF251'

red 251 ◦ green 242 ◦ blue 81

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

Shades of Paris Daisy #FBF251

Tints of Paris Daisy #FBF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

 BLUE value IS 81 (32.03% from 255) = 14.11%

R = 43.73%
G = 42.16%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBF251 (or 0xFBF251) is known color: Paris Daisy. HEX triplet: FB, F2 and 51. RGB value is (251,242,81). Sum of RGB (Red+Green+Blue) = 251+242+81=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF251 is #040DAE. Grayscale: #E2E2E2. Windows color (decimal): -265647 or 5370619. OLE color: 5370619.

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

Color convert

RGB 251 242 81 -
CMYK 0 0.04 0.68 0.02
HSL 56.82º 0.96% 0.65% -
HSV(B) 56.82º 0.68% 0.98% -
XYZ 73.02 84.61 20.27 -
YUV 226.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 251 242 81 0 0.04 0.68 0.02 56.82 0.96 0.65
Hex FB F2 51 0 4 44 2 39 60 41
Octal 373 362 121 0 4 104 2 71 140 101
Binary 11111011 11110010 1010001 0 100 1000100 10 111001 1100000 1000001

Color Harmonies of #FBF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF251

Black with #FBF251

Text Example


Text Example

White with #FBF251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF251; }

 p { color: rgb(251,242,81); }

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

background-color css

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

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

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

border-color css

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

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

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