Html Css Color HEX #FBEC42 Paris Daisy

📋 copy color: '#FBEC42'

red 251 ◦ green 236 ◦ blue 66

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

Shades of Paris Daisy #FBEC42

Tints of Paris Daisy #FBEC42

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

 BLUE value IS 66 (26.17% from 255) = 11.93%

R = 45.39%
G = 42.68%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBEC42 (or 0xFBEC42) is known color: Paris Daisy. HEX triplet: FB, EC and 42. RGB value is (251,236,66). Sum of RGB (Red+Green+Blue) = 251+236+66=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEC42 is #0413BD. Grayscale: #DDDDDD. Windows color (decimal): -267198 or 4386043. OLE color: 4386043.

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

Color convert

RGB 251 236 66 -
CMYK 0 0.06 0.74 0.02
HSL 55.14º 0.96% 0.62% -
HSV(B) 55.14º 0.74% 0.98% -
XYZ 70.76 80.89 17.04 -
YUV 221.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 251 236 66 0 0.06 0.74 0.02 55.14 0.96 0.62
Hex FB EC 42 0 6 4A 2 37 60 3E
Octal 373 354 102 0 6 112 2 67 140 76
Binary 11111011 11101100 1000010 0 110 1001010 10 110111 1100000 111110

Color Harmonies of #FBEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEC42

Black with #FBEC42

Text Example


Text Example

White with #FBEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEC42; }

 p { color: rgb(251,236,66); }

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

background-color css

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

 a { background-color: rgb(251,236,66); }

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

border-color css

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

 span { border-color: rgb(251,236,66); }

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