Html Css Color HEX #FBF542 Paris Daisy

📋 copy color: '#FBF542'

red 251 ◦ green 245 ◦ blue 66

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

Shades of Paris Daisy #FBF542

Tints of Paris Daisy #FBF542

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.59%

 BLUE value IS 66 (26.17% from 255) = 11.74%

R = 44.66%
G = 43.59%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBF542 (or 0xFBF542) is known color: Paris Daisy. HEX triplet: FB, F5 and 42. RGB value is (251,245,66). Sum of RGB (Red+Green+Blue) = 251+245+66=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 66 (26.17% from 255 or 11.74% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF542 is #040ABD. Grayscale: #E3E3E3. Windows color (decimal): -264894 or 4388347. OLE color: 4388347.

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

Color convert

RGB 251 245 66 -
CMYK 0 0.02 0.74 0.02
HSL 58.05º 0.96% 0.62% -
HSV(B) 58.05º 0.74% 0.98% -
XYZ 73.42 86.21 17.92 -
YUV 226.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 251 245 66 0 0.02 0.74 0.02 58.05 0.96 0.62
Hex FB F5 42 0 2 4A 2 3A 60 3E
Octal 373 365 102 0 2 112 2 72 140 76
Binary 11111011 11110101 1000010 0 10 1001010 10 111010 1100000 111110

Color Harmonies of #FBF542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF542

Black with #FBF542

Text Example


Text Example

White with #FBF542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF542; }

 p { color: rgb(251,245,66); }

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

background-color css

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

 a { background-color: rgb(251,245,66); }

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

border-color css

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

 span { border-color: rgb(251,245,66); }

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