Html Css Color HEX #FBE74C Paris Daisy

📋 copy color: '#FBE74C'

red 251 ◦ green 231 ◦ blue 76

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

Shades of Paris Daisy #FBE74C

Tints of Paris Daisy #FBE74C

RGB

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

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

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

R = 44.98%
G = 41.4%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBE74C (or 0xFBE74C) is known color: Paris Daisy. HEX triplet: FB, E7 and 4C. RGB value is (251,231,76). Sum of RGB (Red+Green+Blue) = 251+231+76=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE74C is #0418B3. Grayscale: #DBDBDB. Windows color (decimal): -268468 or 5040123. OLE color: 5040123.

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

Color convert

RGB 251 231 76 -
CMYK 0 0.08 0.70 0.02
HSL 53.14º 0.96% 0.64% -
HSV(B) 53.14º 0.7% 0.98% -
XYZ 69.66 78.18 18.26 -
YUV 219.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 251 231 76 0 0.08 0.70 0.02 53.14 0.96 0.64
Hex FB E7 4C 0 8 46 2 35 60 40
Octal 373 347 114 0 10 106 2 65 140 100
Binary 11111011 11100111 1001100 0 1000 1000110 10 110101 1100000 1000000

Color Harmonies of #FBE74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE74C

Black with #FBE74C

Text Example


Text Example

White with #FBE74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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