Html Css Color HEX #FBF255 Paris Daisy

📋 copy color: '#FBF255'

red 251 ◦ green 242 ◦ blue 85

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

Shades of Paris Daisy #FBF255

Tints of Paris Daisy #FBF255

RGB

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

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

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

R = 43.43%
G = 41.87%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBF255 (or 0xFBF255) is known color: Paris Daisy. HEX triplet: FB, F2 and 55. RGB value is (251,242,85). Sum of RGB (Red+Green+Blue) = 251+242+85=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF255 is #040DAA. Grayscale: #E3E3E3. Windows color (decimal): -265643 or 5632763. OLE color: 5632763.

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

Color convert

RGB 251 242 85 -
CMYK 0 0.04 0.66 0.02
HSL 56.75º 0.95% 0.66% -
HSV(B) 56.75º 0.66% 0.98% -
XYZ 73.18 84.67 21.08 -
YUV 226.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 251 242 85 0 0.04 0.66 0.02 56.75 0.95 0.66
Hex FB F2 55 0 4 42 2 39 5F 42
Octal 373 362 125 0 4 102 2 71 137 102
Binary 11111011 11110010 1010101 0 100 1000010 10 111001 1011111 1000010

Color Harmonies of #FBF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF255

Black with #FBF255

Text Example


Text Example

White with #FBF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF255; }

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

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

background-color css

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

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

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

border-color css

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

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

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