Html Css Color HEX #FFF352 Paris Daisy

📋 copy color: '#FFF352'

red 255 ◦ green 243 ◦ blue 82

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

Shades of Paris Daisy #FFF352

Tints of Paris Daisy #FFF352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.14%

R = 43.97%
G = 41.9%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFF352 (or 0xFFF352) is known color: Paris Daisy. HEX triplet: FF, F3 and 52. RGB value is (255,243,82). Sum of RGB (Red+Green+Blue) = 255+243+82=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 82 (32.42% from 255 or 14.14% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF352 is #000CAD. Grayscale: #E4E4E4. Windows color (decimal): -3246 or 5436415. OLE color: 5436415.

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

Color convert

RGB 255 243 82 -
CMYK 0 0.05 0.68 0
HSL 55.84º 1% 0.66% -
HSV(B) 55.84º 0.68% 1% -
XYZ 74.81 85.97 20.63 -
YUV 228.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 255 243 82 0 0.05 0.68 0 55.84 1 0.66
Hex FF F3 52 0 5 44 0 38 64 42
Octal 377 363 122 0 5 104 0 70 144 102
Binary 11111111 11110011 1010010 0 101 1000100 0 111000 1100100 1000010

Color Harmonies of #FFF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF352

Black with #FFF352

Text Example


Text Example

White with #FFF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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