Html Css Color HEX #FBEA4A Paris Daisy

📋 copy color: '#FBEA4A'

red 251 ◦ green 234 ◦ blue 74

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

Shades of Paris Daisy #FBEA4A

Tints of Paris Daisy #FBEA4A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.86%

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

R = 44.9%
G = 41.86%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBEA4A (or 0xFBEA4A) is known color: Paris Daisy. HEX triplet: FB, EA and 4A. RGB value is (251,234,74). Sum of RGB (Red+Green+Blue) = 251+234+74=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA4A is #0415B5. Grayscale: #DDDDDD. Windows color (decimal): -267702 or 4909819. OLE color: 4909819.

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

Color convert

RGB 251 234 74 -
CMYK 0 0.07 0.71 0.02
HSL 54.24º 0.96% 0.64% -
HSV(B) 54.24º 0.71% 0.98% -
XYZ 70.44 79.85 18.18 -
YUV 220.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 251 234 74 0 0.07 0.71 0.02 54.24 0.96 0.64
Hex FB EA 4A 0 7 47 2 36 60 40
Octal 373 352 112 0 7 107 2 66 140 100
Binary 11111011 11101010 1001010 0 111 1000111 10 110110 1100000 1000000

Color Harmonies of #FBEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEA4A

Black with #FBEA4A

Text Example


Text Example

White with #FBEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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