Html Css Color HEX #FBF34C Paris Daisy

📋 copy color: '#FBF34C'

red 251 ◦ green 243 ◦ blue 76

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

Shades of Paris Daisy #FBF34C

Tints of Paris Daisy #FBF34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.63%

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

R = 44.04%
G = 42.63%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBF34C (or 0xFBF34C) is known color: Paris Daisy. HEX triplet: FB, F3 and 4C. RGB value is (251,243,76). Sum of RGB (Red+Green+Blue) = 251+243+76=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 76 (30.08% from 255 or 13.33% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF34C is #040CB3. Grayscale: #E3E3E3. Windows color (decimal): -265396 or 5043195. OLE color: 5043195.

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

Color convert

RGB 251 243 76 -
CMYK 0 0.03 0.70 0.02
HSL 57.26º 0.96% 0.64% -
HSV(B) 57.26º 0.7% 0.98% -
XYZ 73.14 85.13 19.41 -
YUV 226.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 251 243 76 0 0.03 0.70 0.02 57.26 0.96 0.64
Hex FB F3 4C 0 3 46 2 39 60 40
Octal 373 363 114 0 3 106 2 71 140 100
Binary 11111011 11110011 1001100 0 11 1000110 10 111001 1100000 1000000

Color Harmonies of #FBF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF34C

Black with #FBF34C

Text Example


Text Example

White with #FBF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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