Html Css Color HEX #FBF742 Paris Daisy

📋 copy color: '#FBF742'

red 251 ◦ green 247 ◦ blue 66

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

Shades of Paris Daisy #FBF742

Tints of Paris Daisy #FBF742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.79%

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

R = 44.5%
G = 43.79%
B = 11.7%

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

#FBF742 (or 0xFBF742) is known color: Paris Daisy. HEX triplet: FB, F7 and 42. RGB value is (251,247,66). Sum of RGB (Red+Green+Blue) = 251+247+66=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF742 is #0408BD. Grayscale: #E4E4E4. Windows color (decimal): -264382 or 4388859. OLE color: 4388859.

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

Color convert

RGB 251 247 66 -
CMYK 0 0.02 0.74 0.02
HSL 58.7º 0.96% 0.62% -
HSV(B) 58.7º 0.74% 0.98% -
XYZ 74.03 87.42 18.13 -
YUV 227.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 251 247 66 0 0.02 0.74 0.02 58.7 0.96 0.62
Hex FB F7 42 0 2 4A 2 3B 60 3E
Octal 373 367 102 0 2 112 2 73 140 76
Binary 11111011 11110111 1000010 0 10 1001010 10 111011 1100000 111110

Color Harmonies of #FBF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF742

Black with #FBF742

Text Example


Text Example

White with #FBF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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