#FBFA3D

Color #FBFA3D Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FBFA3D

Tints of Paris Daisy #FBFA3D

Color information

#FBFA3D (or 0xFBFA3D) is unknown color: approx Paris Daisy. HEX triplet: FB, FA and 3D. RGB value is (251,250,61). Sum of RGB (Red+Green+Blue) = 251+250+61=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 61 (24.22% from 255 or 10.85% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFA3D is #0405C2. Grayscale: #E5E5E5. Windows color (decimal): -263619 or 4061947. OLE color: 4061947.

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

Color convert

RGB25125061-
CMYK00.000.760.02
HSL59.68º95.96%61.18%-
HSV(B)59.68º75.7%98.43%-
XYZ74.8189.2217.69-
YUV228.7533.33143.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 61 (24.22% from 255) = 10.85%
R=44.66%
G=44.48%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512506100.000.760.0259.6895.9661.18
HexFBFA3D004C23c603d
Octal373372750011427414075
Binary1111101111111010111101001001100101111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA3D; }

 p { color: rgb(251,250,61); }

 H1.HeaderClassName
 {
   color: #FBFA3D;
 }
 .AnyTagClassName
 {
   color: #FBFA3D;
 }
</style>
background-color css

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

 a { background-color: rgb(251,250,61); }

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

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

 span { border-color: rgb(251,250,61); }

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