Html Css Color HEX #FBF154 Paris Daisy

📋 copy color: '#FBF154'

red 251 ◦ green 241 ◦ blue 84

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

Shades of Paris Daisy #FBF154

Tints of Paris Daisy #FBF154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.58%

R = 43.58%
G = 41.84%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBF154 (or 0xFBF154) is known color: Paris Daisy. HEX triplet: FB, F1 and 54. RGB value is (251,241,84). Sum of RGB (Red+Green+Blue) = 251+241+84=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF154 is #040EAB. Grayscale: #E2E2E2. Windows color (decimal): -265900 or 5566971. OLE color: 5566971.

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

Color convert

RGB 251 241 84 -
CMYK 0 0.04 0.67 0.02
HSL 56.41º 0.95% 0.66% -
HSV(B) 56.41º 0.67% 0.98% -
XYZ 72.84 84.06 20.77 -
YUV 226.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 251 241 84 0 0.04 0.67 0.02 56.41 0.95 0.66
Hex FB F1 54 0 4 43 2 38 5F 42
Octal 373 361 124 0 4 103 2 70 137 102
Binary 11111011 11110001 1010100 0 100 1000011 10 111000 1011111 1000010

Color Harmonies of #FBF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF154

Black with #FBF154

Text Example


Text Example

White with #FBF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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