Html Css Color HEX #FBF345 Paris Daisy

📋 copy color: '#FBF345'

red 251 ◦ green 243 ◦ blue 69

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

Shades of Paris Daisy #FBF345

Tints of Paris Daisy #FBF345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.26%

R = 44.58%
G = 43.16%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBF345 (or 0xFBF345) is known color: Paris Daisy. HEX triplet: FB, F3 and 45. RGB value is (251,243,69). Sum of RGB (Red+Green+Blue) = 251+243+69=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF345 is #040CBA. Grayscale: #E2E2E2. Windows color (decimal): -265403 or 4584443. OLE color: 4584443.

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

Color convert

RGB 251 243 69 -
CMYK 0 0.03 0.73 0.02
HSL 57.36º 0.96% 0.63% -
HSV(B) 57.36º 0.73% 0.98% -
XYZ 72.91 85.04 18.2 -
YUV 225.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 251 243 69 0 0.03 0.73 0.02 57.36 0.96 0.63
Hex FB F3 45 0 3 49 2 39 60 3F
Octal 373 363 105 0 3 111 2 71 140 77
Binary 11111011 11110011 1000101 0 11 1001001 10 111001 1100000 111111

Color Harmonies of #FBF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF345

Black with #FBF345

Text Example


Text Example

White with #FBF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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