Html Css Color HEX #FAF648 Paris Daisy

📋 copy color: '#FAF648'

red 250 ◦ green 246 ◦ blue 72

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

Shades of Paris Daisy #FAF648

Tints of Paris Daisy #FAF648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.31%

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

R = 44.01%
G = 43.31%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAF648 (or 0xFAF648) is known color: Paris Daisy. HEX triplet: FA, F6 and 48. RGB value is (250,246,72). Sum of RGB (Red+Green+Blue) = 250+246+72=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 72 (28.52% from 255 or 12.68% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF648 is #0509B7. Grayscale: #E4E4E4. Windows color (decimal): -330168 or 4781818. OLE color: 4781818.

HSL color Cylindrical-coordinate representation of color #FAF648: hue angle of 58.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAF648 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 72 -
CMYK 0 0.02 0.71 0.02
HSL 58.65º 0.95% 0.63% -
HSV(B) 58.65º 0.71% 0.98% -
XYZ 73.55 86.7 18.99 -
YUV 227.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 250 246 72 0 0.02 0.71 0.02 58.65 0.95 0.63
Hex FA F6 48 0 2 47 2 3B 5F 3F
Octal 372 366 110 0 2 107 2 73 137 77
Binary 11111010 11110110 1001000 0 10 1000111 10 111011 1011111 111111

Color Harmonies of #FAF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF648

Black with #FAF648

Text Example


Text Example

White with #FAF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF648; }

 p { color: rgb(250,246,72); }

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

background-color css

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

 a { background-color: rgb(250,246,72); }

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

border-color css

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

 span { border-color: rgb(250,246,72); }

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