Html Css Color HEX #FBE345 Paris Daisy

📋 copy color: '#FBE345'

red 251 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #FBE345

Tints of Paris Daisy #FBE345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

 BLUE value IS 69 (27.34% from 255) = 12.61%

R = 45.89%
G = 41.5%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBE345 (or 0xFBE345) is known color: Paris Daisy. HEX triplet: FB, E3 and 45. RGB value is (251,227,69). Sum of RGB (Red+Green+Blue) = 251+227+69=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE345 is #041CBA. Grayscale: #D8D8D8. Windows color (decimal): -269499 or 4580347. OLE color: 4580347.

HSL color Cylindrical-coordinate representation of color #FBE345: hue angle of 52.09º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBE345 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 227 69 -
CMYK 0 0.10 0.73 0.02
HSL 52.09º 0.96% 0.63% -
HSV(B) 52.09º 0.73% 0.98% -
XYZ 68.33 75.88 16.67 -
YUV 216.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 251 227 69 0 0.10 0.73 0.02 52.09 0.96 0.63
Hex FB E3 45 0 A 49 2 34 60 3F
Octal 373 343 105 0 12 111 2 64 140 77
Binary 11111011 11100011 1000101 0 1010 1001001 10 110100 1100000 111111

Color Harmonies of #FBE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE345

Black with #FBE345

Text Example


Text Example

White with #FBE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE345; }

 p { color: rgb(251,227,69); }

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

background-color css

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

 a { background-color: rgb(251,227,69); }

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

border-color css

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

 span { border-color: rgb(251,227,69); }

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