Html Css Color HEX #FFF350 Paris Daisy

📋 copy color: '#FFF350'

red 255 ◦ green 243 ◦ blue 80

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

Shades of Paris Daisy #FFF350

Tints of Paris Daisy #FFF350

RGB

 RED value IS 255 (100% from 255) = 44.12%

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

 BLUE value IS 80 (31.64% from 255) = 13.84%

R = 44.12%
G = 42.04%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF350 (or 0xFFF350) is known color: Paris Daisy. HEX triplet: FF, F3 and 50. RGB value is (255,243,80). Sum of RGB (Red+Green+Blue) = 255+243+80=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 80 (31.64% from 255 or 13.84% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF350 is #000CAF. Grayscale: #E4E4E4. Windows color (decimal): -3248 or 5305343. OLE color: 5305343.

HSL color Cylindrical-coordinate representation of color #FFF350: hue angle of 55.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF350 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 243 80 -
CMYK 0 0.05 0.69 0
HSL 55.89º 1% 0.66% -
HSV(B) 55.89º 0.69% 1% -
XYZ 74.74 85.94 20.24 -
YUV 228.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 255 243 80 0 0.05 0.69 0 55.89 1 0.66
Hex FF F3 50 0 5 45 0 38 64 42
Octal 377 363 120 0 5 105 0 70 144 102
Binary 11111111 11110011 1010000 0 101 1000101 0 111000 1100100 1000010

Color Harmonies of #FFF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF350

Black with #FFF350

Text Example


Text Example

White with #FFF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF350; }

 p { color: rgb(255,243,80); }

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

background-color css

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

 a { background-color: rgb(255,243,80); }

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

border-color css

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

 span { border-color: rgb(255,243,80); }

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