Html Css Color HEX #FBF241 Paris Daisy

📋 copy color: '#FBF241'

red 251 ◦ green 242 ◦ blue 65

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

Shades of Paris Daisy #FBF241

Tints of Paris Daisy #FBF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.37%

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

R = 44.98%
G = 43.37%
B = 11.65%

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

#FBF241 (or 0xFBF241) is known color: Paris Daisy. HEX triplet: FB, F2 and 41. RGB value is (251,242,65). Sum of RGB (Red+Green+Blue) = 251+242+65=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF241 is #040DBE. Grayscale: #E1E1E1. Windows color (decimal): -265663 or 4322043. OLE color: 4322043.

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

Color convert

RGB 251 242 65 -
CMYK 0 0.04 0.74 0.02
HSL 57.1º 0.96% 0.62% -
HSV(B) 57.1º 0.74% 0.98% -
XYZ 72.49 84.4 17.47 -
YUV 224.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 251 242 65 0 0.04 0.74 0.02 57.1 0.96 0.62
Hex FB F2 41 0 4 4A 2 39 60 3E
Octal 373 362 101 0 4 112 2 71 140 76
Binary 11111011 11110010 1000001 0 100 1001010 10 111001 1100000 111110

Color Harmonies of #FBF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF241

Black with #FBF241

Text Example


Text Example

White with #FBF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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