Html Css Color HEX #FBF141 Paris Daisy

📋 copy color: '#FBF141'

red 251 ◦ green 241 ◦ blue 65

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

Shades of Paris Daisy #FBF141

Tints of Paris Daisy #FBF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.67%

R = 45.06%
G = 43.27%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBF141 (or 0xFBF141) is known color: Paris Daisy. HEX triplet: FB, F1 and 41. RGB value is (251,241,65). Sum of RGB (Red+Green+Blue) = 251+241+65=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF141 is #040EBE. Grayscale: #E0E0E0. Windows color (decimal): -265919 or 4321787. OLE color: 4321787.

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

Color convert

RGB 251 241 65 -
CMYK 0 0.04 0.74 0.02
HSL 56.77º 0.96% 0.62% -
HSV(B) 56.77º 0.74% 0.98% -
XYZ 72.19 83.8 17.37 -
YUV 223.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 251 241 65 0 0.04 0.74 0.02 56.77 0.96 0.62
Hex FB F1 41 0 4 4A 2 39 60 3E
Octal 373 361 101 0 4 112 2 71 140 76
Binary 11111011 11110001 1000001 0 100 1001010 10 111001 1100000 111110

Color Harmonies of #FBF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF141

Black with #FBF141

Text Example


Text Example

White with #FBF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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