Html Css Color HEX #FBF553 Paris Daisy

📋 copy color: '#FBF553'

red 251 ◦ green 245 ◦ blue 83

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

Shades of Paris Daisy #FBF553

Tints of Paris Daisy #FBF553

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.31%

 BLUE value IS 83 (32.81% from 255) = 14.34%

R = 43.35%
G = 42.31%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBF553 (or 0xFBF553) is known color: Paris Daisy. HEX triplet: FB, F5 and 53. RGB value is (251,245,83). Sum of RGB (Red+Green+Blue) = 251+245+83=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 83 (32.81% from 255 or 14.34% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF553 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF553 is #040AAC. Grayscale: #E4E4E4. Windows color (decimal): -264877 or 5502459. OLE color: 5502459.

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

Color convert

RGB 251 245 83 -
CMYK 0 0.02 0.67 0.02
HSL 57.86º 0.95% 0.65% -
HSV(B) 57.86º 0.67% 0.98% -
XYZ 74 86.44 20.97 -
YUV 228.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 251 245 83 0 0.02 0.67 0.02 57.86 0.95 0.65
Hex FB F5 53 0 2 43 2 3A 5F 41
Octal 373 365 123 0 2 103 2 72 137 101
Binary 11111011 11110101 1010011 0 10 1000011 10 111010 1011111 1000001

Color Harmonies of #FBF553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF553

Black with #FBF553

Text Example


Text Example

White with #FBF553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF553; }

 p { color: rgb(251,245,83); }

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

background-color css

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

 a { background-color: rgb(251,245,83); }

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

border-color css

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

 span { border-color: rgb(251,245,83); }

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