Html Css Color HEX #FBF341 Paris Daisy

📋 copy color: '#FBF341'

red 251 ◦ green 243 ◦ blue 65

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

Shades of Paris Daisy #FBF341

Tints of Paris Daisy #FBF341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.63%

R = 44.9%
G = 43.47%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBF341 (or 0xFBF341) is known color: Paris Daisy. HEX triplet: FB, F3 and 41. RGB value is (251,243,65). Sum of RGB (Red+Green+Blue) = 251+243+65=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 65 (25.78% from 255 or 11.63% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF341 is #040CBE. Grayscale: #E1E1E1. Windows color (decimal): -265407 or 4322299. OLE color: 4322299.

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

Color convert

RGB 251 243 65 -
CMYK 0 0.03 0.74 0.02
HSL 57.42º 0.96% 0.62% -
HSV(B) 57.42º 0.74% 0.98% -
XYZ 72.79 84.99 17.57 -
YUV 225.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 251 243 65 0 0.03 0.74 0.02 57.42 0.96 0.62
Hex FB F3 41 0 3 4A 2 39 60 3E
Octal 373 363 101 0 3 112 2 71 140 76
Binary 11111011 11110011 1000001 0 11 1001010 10 111001 1100000 111110

Color Harmonies of #FBF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF341

Black with #FBF341

Text Example


Text Example

White with #FBF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF341; }

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

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

background-color css

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

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

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

border-color css

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

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

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