Html Css Color HEX #FBF845 Paris Daisy

📋 copy color: '#FBF845'

red 251 ◦ green 248 ◦ blue 69

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

Shades of Paris Daisy #FBF845

Tints of Paris Daisy #FBF845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.15%

R = 44.19%
G = 43.66%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBF845 (or 0xFBF845) is known color: Paris Daisy. HEX triplet: FB, F8 and 45. RGB value is (251,248,69). Sum of RGB (Red+Green+Blue) = 251+248+69=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 69 (27.34% from 255 or 12.15% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF845 is #0407BA. Grayscale: #E5E5E5. Windows color (decimal): -264123 or 4585723. OLE color: 4585723.

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

Color convert

RGB 251 248 69 -
CMYK 0 0.01 0.73 0.02
HSL 59.01º 0.96% 0.63% -
HSV(B) 59.01º 0.73% 0.98% -
XYZ 74.43 88.07 18.71 -
YUV 228.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 251 248 69 0 0.01 0.73 0.02 59.01 0.96 0.63
Hex FB F8 45 0 1 49 2 3B 60 3F
Octal 373 370 105 0 1 111 2 73 140 77
Binary 11111011 11111000 1000101 0 1 1001001 10 111011 1100000 111111

Color Harmonies of #FBF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF845

Black with #FBF845

Text Example


Text Example

White with #FBF845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF845; }

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

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

background-color css

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

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

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

border-color css

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

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

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