Html Css Color HEX #FBF64C Paris Daisy

📋 copy color: '#FBF64C'

red 251 ◦ green 246 ◦ blue 76

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

Shades of Paris Daisy #FBF64C

Tints of Paris Daisy #FBF64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.93%

 BLUE value IS 76 (30.08% from 255) = 13.26%

R = 43.8%
G = 42.93%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBF64C (or 0xFBF64C) is known color: Paris Daisy. HEX triplet: FB, F6 and 4C. RGB value is (251,246,76). Sum of RGB (Red+Green+Blue) = 251+246+76=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 76 (30.08% from 255 or 13.26% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF64C is #0409B3. Grayscale: #E4E4E4. Windows color (decimal): -264628 or 5043963. OLE color: 5043963.

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

Color convert

RGB 251 246 76 -
CMYK 0 0.02 0.70 0.02
HSL 58.29º 0.96% 0.64% -
HSV(B) 58.29º 0.7% 0.98% -
XYZ 74.04 86.94 19.72 -
YUV 228.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 251 246 76 0 0.02 0.70 0.02 58.29 0.96 0.64
Hex FB F6 4C 0 2 46 2 3A 60 40
Octal 373 366 114 0 2 106 2 72 140 100
Binary 11111011 11110110 1001100 0 10 1000110 10 111010 1100000 1000000

Color Harmonies of #FBF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF64C

Black with #FBF64C

Text Example


Text Example

White with #FBF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF64C; }

 p { color: rgb(251,246,76); }

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

background-color css

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

 a { background-color: rgb(251,246,76); }

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

border-color css

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

 span { border-color: rgb(251,246,76); }

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