Html Css Color HEX #FBF93F Paris Daisy

📋 copy color: '#FBF93F'

red 251 ◦ green 249 ◦ blue 63

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

Shades of Paris Daisy #FBF93F

Tints of Paris Daisy #FBF93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.19%

R = 44.58%
G = 44.23%
B = 11.19%

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

#FBF93F (or 0xFBF93F) is known color: Paris Daisy. HEX triplet: FB, F9 and 3F. RGB value is (251,249,63). Sum of RGB (Red+Green+Blue) = 251+249+63=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 63 (25% from 255 or 11.19% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF93F is #0406C0. Grayscale: #E5E5E5. Windows color (decimal): -263873 or 4192763. OLE color: 4192763.

HSL color Cylindrical-coordinate representation of color #FBF93F: 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 #FBF93F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 63 -
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.56 88.62 17.88 -
YUV 228.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 251 249 63 0 0.01 0.75 0.02 59.36 0.96 0.62
Hex FB F9 3F 0 1 4B 2 3B 60 3E
Octal 373 371 77 0 1 113 2 73 140 76
Binary 11111011 11111001 111111 0 1 1001011 10 111011 1100000 111110

Color Harmonies of #FBF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF93F

Black with #FBF93F

Text Example


Text Example

White with #FBF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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