Html Css Color HEX #FBF04A Paris Daisy

📋 copy color: '#FBF04A'

red 251 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #FBF04A

Tints of Paris Daisy #FBF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 74 (29.3% from 255) = 13.1%

R = 44.42%
G = 42.48%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBF04A (or 0xFBF04A) is known color: Paris Daisy. HEX triplet: FB, F0 and 4A. RGB value is (251,240,74). Sum of RGB (Red+Green+Blue) = 251+240+74=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF04A is #040FB5. Grayscale: #E1E1E1. Windows color (decimal): -266166 or 4911355. OLE color: 4911355.

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

Color convert

RGB 251 240 74 -
CMYK 0 0.04 0.71 0.02
HSL 56.27º 0.96% 0.64% -
HSV(B) 56.27º 0.71% 0.98% -
XYZ 72.18 83.32 18.76 -
YUV 224.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 251 240 74 0 0.04 0.71 0.02 56.27 0.96 0.64
Hex FB F0 4A 0 4 47 2 38 60 40
Octal 373 360 112 0 4 107 2 70 140 100
Binary 11111011 11110000 1001010 0 100 1000111 10 111000 1100000 1000000

Color Harmonies of #FBF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF04A

Black with #FBF04A

Text Example


Text Example

White with #FBF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF04A; }

 p { color: rgb(251,240,74); }

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

background-color css

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

 a { background-color: rgb(251,240,74); }

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

border-color css

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

 span { border-color: rgb(251,240,74); }

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