Html Css Color HEX #FBED4C Paris Daisy

📋 copy color: '#FBED4C'

red 251 ◦ green 237 ◦ blue 76

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

Shades of Paris Daisy #FBED4C

Tints of Paris Daisy #FBED4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.48%

R = 44.5%
G = 42.02%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBED4C (or 0xFBED4C) is known color: Paris Daisy. HEX triplet: FB, ED and 4C. RGB value is (251,237,76). Sum of RGB (Red+Green+Blue) = 251+237+76=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED4C is #0412B3. Grayscale: #DFDFDF. Windows color (decimal): -266932 or 5041659. OLE color: 5041659.

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

Color convert

RGB 251 237 76 -
CMYK 0 0.06 0.70 0.02
HSL 55.2º 0.96% 0.64% -
HSV(B) 55.2º 0.7% 0.98% -
XYZ 71.37 81.6 18.83 -
YUV 222.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 251 237 76 0 0.06 0.70 0.02 55.2 0.96 0.64
Hex FB ED 4C 0 6 46 2 37 60 40
Octal 373 355 114 0 6 106 2 67 140 100
Binary 11111011 11101101 1001100 0 110 1000110 10 110111 1100000 1000000

Color Harmonies of #FBED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED4C

Black with #FBED4C

Text Example


Text Example

White with #FBED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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