Html Css Color HEX #FBED4B Paris Daisy

📋 copy color: '#FBED4B'

red 251 ◦ green 237 ◦ blue 75

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

Shades of Paris Daisy #FBED4B

Tints of Paris Daisy #FBED4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.32%

R = 44.58%
G = 42.1%
B = 13.32%

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

#FBED4B (or 0xFBED4B) is known color: Paris Daisy. HEX triplet: FB, ED and 4B. RGB value is (251,237,75). Sum of RGB (Red+Green+Blue) = 251+237+75=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED4B is #0412B4. Grayscale: #DFDFDF. Windows color (decimal): -266933 or 4976123. OLE color: 4976123.

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

Color convert

RGB 251 237 75 -
CMYK 0 0.06 0.70 0.02
HSL 55.23º 0.96% 0.64% -
HSV(B) 55.23º 0.7% 0.98% -
XYZ 71.34 81.59 18.64 -
YUV 222.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 251 237 75 0 0.06 0.70 0.02 55.23 0.96 0.64
Hex FB ED 4B 0 6 46 2 37 60 40
Octal 373 355 113 0 6 106 2 67 140 100
Binary 11111011 11101101 1001011 0 110 1000110 10 110111 1100000 1000000

Color Harmonies of #FBED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED4B

Black with #FBED4B

Text Example


Text Example

White with #FBED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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