Html Css Color HEX #FBF84E Paris Daisy

📋 copy color: '#FBF84E'

red 251 ◦ green 248 ◦ blue 78

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

Shades of Paris Daisy #FBF84E

Tints of Paris Daisy #FBF84E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.98%

 BLUE value IS 78 (30.86% from 255) = 13.52%

R = 43.5%
G = 42.98%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBF84E (or 0xFBF84E) is known color: Paris Daisy. HEX triplet: FB, F8 and 4E. RGB value is (251,248,78). Sum of RGB (Red+Green+Blue) = 251+248+78=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 78 (30.86% from 255 or 13.52% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF84E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF84E is #0407B1. Grayscale: #E6E6E6. Windows color (decimal): -264114 or 5175547. OLE color: 5175547.

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

Color convert

RGB 251 248 78 -
CMYK 0 0.01 0.69 0.02
HSL 58.96º 0.96% 0.65% -
HSV(B) 58.96º 0.69% 0.98% -
XYZ 74.73 88.19 20.29 -
YUV 229.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 251 248 78 0 0.01 0.69 0.02 58.96 0.96 0.65
Hex FB F8 4E 0 1 45 2 3B 60 41
Octal 373 370 116 0 1 105 2 73 140 101
Binary 11111011 11111000 1001110 0 1 1000101 10 111011 1100000 1000001

Color Harmonies of #FBF84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF84E

Black with #FBF84E

Text Example


Text Example

White with #FBF84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF84E; }

 p { color: rgb(251,248,78); }

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

background-color css

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

 a { background-color: rgb(251,248,78); }

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

border-color css

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

 span { border-color: rgb(251,248,78); }

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