Html Css Color HEX #FBF146 Paris Daisy

📋 copy color: '#FBF146'

red 251 ◦ green 241 ◦ blue 70

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

Shades of Paris Daisy #FBF146

Tints of Paris Daisy #FBF146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

 BLUE value IS 70 (27.73% from 255) = 12.46%

R = 44.66%
G = 42.88%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBF146 (or 0xFBF146) is known color: Paris Daisy. HEX triplet: FB, F1 and 46. RGB value is (251,241,70). Sum of RGB (Red+Green+Blue) = 251+241+70=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF146 is #040EB9. Grayscale: #E1E1E1. Windows color (decimal): -265914 or 4649467. OLE color: 4649467.

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

Color convert

RGB 251 241 70 -
CMYK 0 0.04 0.72 0.02
HSL 56.69º 0.96% 0.63% -
HSV(B) 56.69º 0.72% 0.98% -
XYZ 72.34 83.86 18.17 -
YUV 224.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 251 241 70 0 0.04 0.72 0.02 56.69 0.96 0.63
Hex FB F1 46 0 4 48 2 39 60 3F
Octal 373 361 106 0 4 110 2 71 140 77
Binary 11111011 11110001 1000110 0 100 1001000 10 111001 1100000 111111

Color Harmonies of #FBF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF146

Black with #FBF146

Text Example


Text Example

White with #FBF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF146; }

 p { color: rgb(251,241,70); }

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

background-color css

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

 a { background-color: rgb(251,241,70); }

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

border-color css

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

 span { border-color: rgb(251,241,70); }

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