Html Css Color HEX #FBE14A Paris Daisy

📋 copy color: '#FBE14A'

red 251 ◦ green 225 ◦ blue 74

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

Shades of Paris Daisy #FBE14A

Tints of Paris Daisy #FBE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.45%

R = 45.64%
G = 40.91%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE14A (or 0xFBE14A) is known color: Paris Daisy. HEX triplet: FB, E1 and 4A. RGB value is (251,225,74). Sum of RGB (Red+Green+Blue) = 251+225+74=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE14A is #041EB5. Grayscale: #D8D8D8. Windows color (decimal): -270006 or 4907515. OLE color: 4907515.

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

Color convert

RGB 251 225 74 -
CMYK 0 0.10 0.71 0.02
HSL 51.19º 0.96% 0.64% -
HSV(B) 51.19º 0.71% 0.98% -
XYZ 67.94 74.85 17.35 -
YUV 215.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 251 225 74 0 0.10 0.71 0.02 51.19 0.96 0.64
Hex FB E1 4A 0 A 47 2 33 60 40
Octal 373 341 112 0 12 107 2 63 140 100
Binary 11111011 11100001 1001010 0 1010 1000111 10 110011 1100000 1000000

Color Harmonies of #FBE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE14A

Black with #FBE14A

Text Example


Text Example

White with #FBE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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