Html Css Color HEX #FBF145 Paris Daisy

📋 copy color: '#FBF145'

red 251 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #FBF145

Tints of Paris Daisy #FBF145

RGB

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

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

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

R = 44.74%
G = 42.96%
B = 12.3%

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

#FBF145 (or 0xFBF145) is known color: Paris Daisy. HEX triplet: FB, F1 and 45. RGB value is (251,241,69). Sum of RGB (Red+Green+Blue) = 251+241+69=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF145 is #040EBA. Grayscale: #E1E1E1. Windows color (decimal): -265915 or 4583931. OLE color: 4583931.

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

Color convert

RGB 251 241 69 -
CMYK 0 0.04 0.73 0.02
HSL 56.7º 0.96% 0.63% -
HSV(B) 56.7º 0.73% 0.98% -
XYZ 72.31 83.85 18 -
YUV 224.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 251 241 69 0 0.04 0.73 0.02 56.7 0.96 0.63
Hex FB F1 45 0 4 49 2 39 60 3F
Octal 373 361 105 0 4 111 2 71 140 77
Binary 11111011 11110001 1000101 0 100 1001001 10 111001 1100000 111111

Color Harmonies of #FBF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF145

Black with #FBF145

Text Example


Text Example

White with #FBF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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