Html Css Color HEX #FBF955 Paris Daisy

📋 copy color: '#FBF955'

red 251 ◦ green 249 ◦ blue 85

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

Shades of Paris Daisy #FBF955

Tints of Paris Daisy #FBF955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.53%

R = 42.91%
G = 42.56%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBF955 (or 0xFBF955) is known color: Paris Daisy. HEX triplet: FB, F9 and 55. RGB value is (251,249,85). Sum of RGB (Red+Green+Blue) = 251+249+85=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 85 (33.59% from 255 or 14.53% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF955 is #0406AA. Grayscale: #E7E7E7. Windows color (decimal): -263851 or 5634555. OLE color: 5634555.

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

Color convert

RGB 251 249 85 -
CMYK 0 0.01 0.66 0.02
HSL 59.28º 0.95% 0.66% -
HSV(B) 59.28º 0.66% 0.98% -
XYZ 75.3 88.92 21.79 -
YUV 230.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 251 249 85 0 0.01 0.66 0.02 59.28 0.95 0.66
Hex FB F9 55 0 1 42 2 3B 5F 42
Octal 373 371 125 0 1 102 2 73 137 102
Binary 11111011 11111001 1010101 0 1 1000010 10 111011 1011111 1000010

Color Harmonies of #FBF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF955

Black with #FBF955

Text Example


Text Example

White with #FBF955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF955; }

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

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

background-color css

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

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

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

border-color css

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

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

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