Html Css Color HEX #FBE74A Paris Daisy

📋 copy color: '#FBE74A'

red 251 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #FBE74A

Tints of Paris Daisy #FBE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.55%

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

R = 45.14%
G = 41.55%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE74A (or 0xFBE74A) is known color: Paris Daisy. HEX triplet: FB, E7 and 4A. RGB value is (251,231,74). Sum of RGB (Red+Green+Blue) = 251+231+74=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE74A is #0418B5. Grayscale: #DBDBDB. Windows color (decimal): -268470 or 4909051. OLE color: 4909051.

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

Color convert

RGB 251 231 74 -
CMYK 0 0.08 0.71 0.02
HSL 53.22º 0.96% 0.64% -
HSV(B) 53.22º 0.71% 0.98% -
XYZ 69.6 78.16 17.9 -
YUV 219.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 251 231 74 0 0.08 0.71 0.02 53.22 0.96 0.64
Hex FB E7 4A 0 8 47 2 35 60 40
Octal 373 347 112 0 10 107 2 65 140 100
Binary 11111011 11100111 1001010 0 1000 1000111 10 110101 1100000 1000000

Color Harmonies of #FBE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE74A

Black with #FBE74A

Text Example


Text Example

White with #FBE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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