Html Css Color HEX #FBF144 Paris Daisy

📋 copy color: '#FBF144'

red 251 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #FBF144

Tints of Paris Daisy #FBF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.14%

R = 44.82%
G = 43.04%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBF144 (or 0xFBF144) is known color: Paris Daisy. HEX triplet: FB, F1 and 44. RGB value is (251,241,68). Sum of RGB (Red+Green+Blue) = 251+241+68=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 68 (26.95% from 255 or 12.14% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF144 is #040EBB. Grayscale: #E0E0E0. Windows color (decimal): -265916 or 4518395. OLE color: 4518395.

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

Color convert

RGB 251 241 68 -
CMYK 0 0.04 0.73 0.02
HSL 56.72º 0.96% 0.63% -
HSV(B) 56.72º 0.73% 0.98% -
XYZ 72.28 83.84 17.84 -
YUV 224.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 251 241 68 0 0.04 0.73 0.02 56.72 0.96 0.63
Hex FB F1 44 0 4 49 2 39 60 3F
Octal 373 361 104 0 4 111 2 71 140 77
Binary 11111011 11110001 1000100 0 100 1001001 10 111001 1100000 111111

Color Harmonies of #FBF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF144

Black with #FBF144

Text Example


Text Example

White with #FBF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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