Html Css Color HEX #FAF952 Paris Daisy

📋 copy color: '#FAF952'

red 250 ◦ green 249 ◦ blue 82

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

Shades of Paris Daisy #FAF952

Tints of Paris Daisy #FAF952

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

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

R = 43.03%
G = 42.86%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF952 (or 0xFAF952) is known color: Paris Daisy. HEX triplet: FA, F9 and 52. RGB value is (250,249,82). Sum of RGB (Red+Green+Blue) = 250+249+82=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 82 (32.42% from 255 or 14.11% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF952 is #0506AD. Grayscale: #E6E6E6. Windows color (decimal): -329390 or 5437946. OLE color: 5437946.

HSL color Cylindrical-coordinate representation of color #FAF952: hue angle of 59.64º 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 #FAF952 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 82 -
CMYK 0 0.00 0.67 0.02
HSL 59.64º 0.94% 0.65% -
HSV(B) 59.64º 0.67% 0.98% -
XYZ 74.82 88.68 21.16 -
YUV 230.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 250 249 82 0 0.00 0.67 0.02 59.64 0.94 0.65
Hex FA F9 52 0 0 43 2 3C 5E 41
Octal 372 371 122 0 0 103 2 74 136 101
Binary 11111010 11111001 1010010 0 0 1000011 10 111100 1011110 1000001

Color Harmonies of #FAF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF952

Black with #FAF952

Text Example


Text Example

White with #FAF952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF952; }

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

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

background-color css

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

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

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

border-color css

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

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

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