Html Css Color HEX #FBE14C Paris Daisy

📋 copy color: '#FBE14C'

red 251 ◦ green 225 ◦ blue 76

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

Shades of Paris Daisy #FBE14C

Tints of Paris Daisy #FBE14C

RGB

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

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

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

R = 45.47%
G = 40.76%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBE14C (or 0xFBE14C) is known color: Paris Daisy. HEX triplet: FB, E1 and 4C. RGB value is (251,225,76). Sum of RGB (Red+Green+Blue) = 251+225+76=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 76 (30.08% from 255 or 13.77% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE14C is #041EB3. Grayscale: #D8D8D8. Windows color (decimal): -270004 or 5038587. OLE color: 5038587.

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

Color convert

RGB 251 225 76 -
CMYK 0 0.10 0.70 0.02
HSL 51.09º 0.96% 0.64% -
HSV(B) 51.09º 0.7% 0.98% -
XYZ 68.01 74.88 17.71 -
YUV 215.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 251 225 76 0 0.10 0.70 0.02 51.09 0.96 0.64
Hex FB E1 4C 0 A 46 2 33 60 40
Octal 373 341 114 0 12 106 2 63 140 100
Binary 11111011 11100001 1001100 0 1010 1000110 10 110011 1100000 1000000

Color Harmonies of #FBE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE14C

Black with #FBE14C

Text Example


Text Example

White with #FBE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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