Html Css Color HEX #FFF348 Paris Daisy

📋 copy color: '#FFF348'

red 255 ◦ green 243 ◦ blue 72

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

Shades of Paris Daisy #FFF348

Tints of Paris Daisy #FFF348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.63%

R = 44.74%
G = 42.63%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFF348 (or 0xFFF348) is known color: Paris Daisy. HEX triplet: FF, F3 and 48. RGB value is (255,243,72). Sum of RGB (Red+Green+Blue) = 255+243+72=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 72 (28.52% from 255 or 12.63% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF348 is #000CB7. Grayscale: #E3E3E3. Windows color (decimal): -3256 or 4781055. OLE color: 4781055.

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

Color convert

RGB 255 243 72 -
CMYK 0 0.05 0.72 0
HSL 56.07º 1% 0.64% -
HSV(B) 56.07º 0.72% 1% -
XYZ 74.46 85.83 18.77 -
YUV 227.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 255 243 72 0 0.05 0.72 0 56.07 1 0.64
Hex FF F3 48 0 5 48 0 38 64 40
Octal 377 363 110 0 5 110 0 70 144 100
Binary 11111111 11110011 1001000 0 101 1001000 0 111000 1100100 1000000

Color Harmonies of #FFF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF348

Black with #FFF348

Text Example


Text Example

White with #FFF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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