Html Css Color HEX #FAF246 Paris Daisy

📋 copy color: '#FAF246'

red 250 ◦ green 242 ◦ blue 70

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

Shades of Paris Daisy #FAF246

Tints of Paris Daisy #FAF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 70 (27.73% from 255) = 12.46%

R = 44.48%
G = 43.06%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF246 (or 0xFAF246) is known color: Paris Daisy. HEX triplet: FA, F2 and 46. RGB value is (250,242,70). Sum of RGB (Red+Green+Blue) = 250+242+70=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF246 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF246 is #050DB9. Grayscale: #E1E1E1. Windows color (decimal): -331194 or 4649722. OLE color: 4649722.

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

Color convert

RGB 250 242 70 -
CMYK 0 0.03 0.72 0.02
HSL 57.33º 0.95% 0.63% -
HSV(B) 57.33º 0.72% 0.98% -
XYZ 72.28 84.27 18.25 -
YUV 224.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 250 242 70 0 0.03 0.72 0.02 57.33 0.95 0.63
Hex FA F2 46 0 3 48 2 39 5F 3F
Octal 372 362 106 0 3 110 2 71 137 77
Binary 11111010 11110010 1000110 0 11 1001000 10 111001 1011111 111111

Color Harmonies of #FAF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF246

Black with #FAF246

Text Example


Text Example

White with #FAF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF246; }

 p { color: rgb(250,242,70); }

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

background-color css

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

 a { background-color: rgb(250,242,70); }

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

border-color css

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

 span { border-color: rgb(250,242,70); }

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