Html Css Color HEX #FBE14D Paris Daisy

📋 copy color: '#FBE14D'

red 251 ◦ green 225 ◦ blue 77

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

Shades of Paris Daisy #FBE14D

Tints of Paris Daisy #FBE14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.69%

 BLUE value IS 77 (30.47% from 255) = 13.92%

R = 45.39%
G = 40.69%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBE14D (or 0xFBE14D) is known color: Paris Daisy. HEX triplet: FB, E1 and 4D. RGB value is (251,225,77). Sum of RGB (Red+Green+Blue) = 251+225+77=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE14D is #041EB2. Grayscale: #D8D8D8. Windows color (decimal): -270003 or 5104123. OLE color: 5104123.

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

Color convert

RGB 251 225 77 -
CMYK 0 0.10 0.69 0.02
HSL 51.03º 0.96% 0.64% -
HSV(B) 51.03º 0.69% 0.98% -
XYZ 68.05 74.9 17.89 -
YUV 215.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 251 225 77 0 0.10 0.69 0.02 51.03 0.96 0.64
Hex FB E1 4D 0 A 45 2 33 60 40
Octal 373 341 115 0 12 105 2 63 140 100
Binary 11111011 11100001 1001101 0 1010 1000101 10 110011 1100000 1000000

Color Harmonies of #FBE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE14D

Black with #FBE14D

Text Example


Text Example

White with #FBE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE14D; }

 p { color: rgb(251,225,77); }

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

background-color css

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

 a { background-color: rgb(251,225,77); }

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

border-color css

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

 span { border-color: rgb(251,225,77); }

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