Html Css Color HEX #FAF352 Paris Daisy

📋 copy color: '#FAF352'

red 250 ◦ green 243 ◦ blue 82

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

Shades of Paris Daisy #FAF352

Tints of Paris Daisy #FAF352

RGB

 RED value IS 250 (98.05% from 255) = 43.48%

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

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

R = 43.48%
G = 42.26%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF352 (or 0xFAF352) is known color: Paris Daisy. HEX triplet: FA, F3 and 52. RGB value is (250,243,82). Sum of RGB (Red+Green+Blue) = 250+243+82=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF352 is #050CAD. Grayscale: #E3E3E3. Windows color (decimal): -330926 or 5436410. OLE color: 5436410.

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

Color convert

RGB 250 243 82 -
CMYK 0 0.03 0.67 0.02
HSL 57.5º 0.94% 0.65% -
HSV(B) 57.5º 0.67% 0.98% -
XYZ 73 85.03 20.55 -
YUV 226.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 250 243 82 0 0.03 0.67 0.02 57.5 0.94 0.65
Hex FA F3 52 0 3 43 2 3A 5E 41
Octal 372 363 122 0 3 103 2 72 136 101
Binary 11111010 11110011 1010010 0 11 1000011 10 111010 1011110 1000001

Color Harmonies of #FAF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF352

Black with #FAF352

Text Example


Text Example

White with #FAF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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