Html Css Color HEX #FBE54B Paris Daisy

📋 copy color: '#FBE54B'

red 251 ◦ green 229 ◦ blue 75

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

Shades of Paris Daisy #FBE54B

Tints of Paris Daisy #FBE54B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.26%

 BLUE value IS 75 (29.69% from 255) = 13.51%

R = 45.23%
G = 41.26%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBE54B (or 0xFBE54B) is known color: Paris Daisy. HEX triplet: FB, E5 and 4B. RGB value is (251,229,75). Sum of RGB (Red+Green+Blue) = 251+229+75=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE54B is #041AB4. Grayscale: #DADADA. Windows color (decimal): -268981 or 4974075. OLE color: 4974075.

HSL color Cylindrical-coordinate representation of color #FBE54B: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBE54B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 229 75 -
CMYK 0 0.09 0.70 0.02
HSL 52.5º 0.96% 0.64% -
HSV(B) 52.5º 0.7% 0.98% -
XYZ 69.07 77.06 17.89 -
YUV 218.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 251 229 75 0 0.09 0.70 0.02 52.5 0.96 0.64
Hex FB E5 4B 0 9 46 2 34 60 40
Octal 373 345 113 0 11 106 2 64 140 100
Binary 11111011 11100101 1001011 0 1001 1000110 10 110100 1100000 1000000

Color Harmonies of #FBE54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE54B

Black with #FBE54B

Text Example


Text Example

White with #FBE54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE54B; }

 p { color: rgb(251,229,75); }

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

background-color css

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

 a { background-color: rgb(251,229,75); }

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

border-color css

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

 span { border-color: rgb(251,229,75); }

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