Html Css Color HEX #FBF74C Paris Daisy

📋 copy color: '#FBF74C'

red 251 ◦ green 247 ◦ blue 76

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

Shades of Paris Daisy #FBF74C

Tints of Paris Daisy #FBF74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.03%

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

R = 43.73%
G = 43.03%
B = 13.24%

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

#FBF74C (or 0xFBF74C) is known color: Paris Daisy. HEX triplet: FB, F7 and 4C. RGB value is (251,247,76). Sum of RGB (Red+Green+Blue) = 251+247+76=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 76 (30.08% from 255 or 13.24% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF74C is #0408B3. Grayscale: #E5E5E5. Windows color (decimal): -264372 or 5044219. OLE color: 5044219.

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

Color convert

RGB 251 247 76 -
CMYK 0 0.02 0.70 0.02
HSL 58.63º 0.96% 0.64% -
HSV(B) 58.63º 0.7% 0.98% -
XYZ 74.35 87.55 19.82 -
YUV 228.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 251 247 76 0 0.02 0.70 0.02 58.63 0.96 0.64
Hex FB F7 4C 0 2 46 2 3B 60 40
Octal 373 367 114 0 2 106 2 73 140 100
Binary 11111011 11110111 1001100 0 10 1000110 10 111011 1100000 1000000

Color Harmonies of #FBF74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF74C

Black with #FBF74C

Text Example


Text Example

White with #FBF74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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