Html Css Color HEX #FBF940 Paris Daisy

📋 copy color: '#FBF940'

red 251 ◦ green 249 ◦ blue 64

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

Shades of Paris Daisy #FBF940

Tints of Paris Daisy #FBF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

 BLUE value IS 64 (25.39% from 255) = 11.35%

R = 44.5%
G = 44.15%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBF940 (or 0xFBF940) is known color: Paris Daisy. HEX triplet: FB, F9 and 40. RGB value is (251,249,64). Sum of RGB (Red+Green+Blue) = 251+249+64=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF940 is #0406BF. Grayscale: #E5E5E5. Windows color (decimal): -263872 or 4258299. OLE color: 4258299.

HSL color Cylindrical-coordinate representation of color #FBF940: hue angle of 59.36º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBF940 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 64 -
CMYK 0 0.01 0.75 0.02
HSL 59.36º 0.96% 0.62% -
HSV(B) 59.36º 0.75% 0.98% -
XYZ 74.58 88.63 18.03 -
YUV 228.51 35.16 144.04 -
System Red Green Blue C M Y K H S L
Decimal 251 249 64 0 0.01 0.75 0.02 59.36 0.96 0.62
Hex FB F9 40 0 1 4B 2 3B 60 3E
Octal 373 371 100 0 1 113 2 73 140 76
Binary 11111011 11111001 1000000 0 1 1001011 10 111011 1100000 111110

Color Harmonies of #FBF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF940

Black with #FBF940

Text Example


Text Example

White with #FBF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF940; }

 p { color: rgb(251,249,64); }

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

background-color css

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

 a { background-color: rgb(251,249,64); }

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

border-color css

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

 span { border-color: rgb(251,249,64); }

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