Html Css Color HEX #FBF950 Paris Daisy

📋 copy color: '#FBF950'

red 251 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #FBF950

Tints of Paris Daisy #FBF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 80 (31.64% from 255) = 13.79%

R = 43.28%
G = 42.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBF950 (or 0xFBF950) is known color: Paris Daisy. HEX triplet: FB, F9 and 50. RGB value is (251,249,80). Sum of RGB (Red+Green+Blue) = 251+249+80=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF950 is #0406AF. Grayscale: #E7E7E7. Windows color (decimal): -263856 or 5306875. OLE color: 5306875.

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

Color convert

RGB 251 249 80 -
CMYK 0 0.01 0.68 0.02
HSL 59.3º 0.96% 0.65% -
HSV(B) 59.3º 0.68% 0.98% -
XYZ 75.11 88.84 20.78 -
YUV 230.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 251 249 80 0 0.01 0.68 0.02 59.3 0.96 0.65
Hex FB F9 50 0 1 44 2 3B 60 41
Octal 373 371 120 0 1 104 2 73 140 101
Binary 11111011 11111001 1010000 0 1 1000100 10 111011 1100000 1000001

Color Harmonies of #FBF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF950

Black with #FBF950

Text Example


Text Example

White with #FBF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF950; }

 p { color: rgb(251,249,80); }

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

background-color css

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

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

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

border-color css

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

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

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