Html Css Color HEX #FBED52 Paris Daisy

📋 copy color: '#FBED52'

red 251 ◦ green 237 ◦ blue 82

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

Shades of Paris Daisy #FBED52

Tints of Paris Daisy #FBED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

 BLUE value IS 82 (32.42% from 255) = 14.39%

R = 44.04%
G = 41.58%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBED52 (or 0xFBED52) is known color: Paris Daisy. HEX triplet: FB, ED and 52. RGB value is (251,237,82). Sum of RGB (Red+Green+Blue) = 251+237+82=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 82 (32.42% from 255 or 14.39% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED52 is #0412AD. Grayscale: #E0E0E0. Windows color (decimal): -266926 or 5434875. OLE color: 5434875.

HSL color Cylindrical-coordinate representation of color #FBED52: hue angle of 55.03º 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 #FBED52 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 82 -
CMYK 0 0.06 0.67 0.02
HSL 55.03º 0.95% 0.65% -
HSV(B) 55.03º 0.67% 0.98% -
XYZ 71.59 81.69 19.98 -
YUV 223.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 251 237 82 0 0.06 0.67 0.02 55.03 0.95 0.65
Hex FB ED 52 0 6 43 2 37 5F 41
Octal 373 355 122 0 6 103 2 67 137 101
Binary 11111011 11101101 1010010 0 110 1000011 10 110111 1011111 1000001

Color Harmonies of #FBED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED52

Black with #FBED52

Text Example


Text Example

White with #FBED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED52; }

 p { color: rgb(251,237,82); }

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

background-color css

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

 a { background-color: rgb(251,237,82); }

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

border-color css

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

 span { border-color: rgb(251,237,82); }

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