Html Css Color HEX #FBE246 Paris Daisy

📋 copy color: '#FBE246'

red 251 ◦ green 226 ◦ blue 70

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

Shades of Paris Daisy #FBE246

Tints of Paris Daisy #FBE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

 BLUE value IS 70 (27.73% from 255) = 12.8%

R = 45.89%
G = 41.32%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBE246 (or 0xFBE246) is known color: Paris Daisy. HEX triplet: FB, E2 and 46. RGB value is (251,226,70). Sum of RGB (Red+Green+Blue) = 251+226+70=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE246 is #041DB9. Grayscale: #D8D8D8. Windows color (decimal): -269754 or 4645627. OLE color: 4645627.

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

Color convert

RGB 251 226 70 -
CMYK 0 0.10 0.72 0.02
HSL 51.71º 0.96% 0.63% -
HSV(B) 51.71º 0.72% 0.98% -
XYZ 68.09 75.34 16.75 -
YUV 215.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 251 226 70 0 0.10 0.72 0.02 51.71 0.96 0.63
Hex FB E2 46 0 A 48 2 34 60 3F
Octal 373 342 106 0 12 110 2 64 140 77
Binary 11111011 11100010 1000110 0 1010 1001000 10 110100 1100000 111111

Color Harmonies of #FBE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE246

Black with #FBE246

Text Example


Text Example

White with #FBE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE246; }

 p { color: rgb(251,226,70); }

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

background-color css

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

 a { background-color: rgb(251,226,70); }

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

border-color css

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

 span { border-color: rgb(251,226,70); }

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