Html Css Color HEX #FBE04A Paris Daisy

📋 copy color: '#FBE04A'

red 251 ◦ green 224 ◦ blue 74

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

Shades of Paris Daisy #FBE04A

Tints of Paris Daisy #FBE04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 45.72%
G = 40.8%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE04A (or 0xFBE04A) is known color: Paris Daisy. HEX triplet: FB, E0 and 4A. RGB value is (251,224,74). Sum of RGB (Red+Green+Blue) = 251+224+74=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE04A is #041FB5. Grayscale: #D7D7D7. Windows color (decimal): -270262 or 4907259. OLE color: 4907259.

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

Color convert

RGB 251 224 74 -
CMYK 0 0.11 0.71 0.02
HSL 50.85º 0.96% 0.64% -
HSV(B) 50.85º 0.71% 0.98% -
XYZ 67.68 74.31 17.26 -
YUV 214.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 251 224 74 0 0.11 0.71 0.02 50.85 0.96 0.64
Hex FB E0 4A 0 B 47 2 33 60 40
Octal 373 340 112 0 13 107 2 63 140 100
Binary 11111011 11100000 1001010 0 1011 1000111 10 110011 1100000 1000000

Color Harmonies of #FBE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE04A

Black with #FBE04A

Text Example


Text Example

White with #FBE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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