Html Css Color HEX #FAF346 Paris Daisy

📋 copy color: '#FAF346'

red 250 ◦ green 243 ◦ blue 70

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

Shades of Paris Daisy #FAF346

Tints of Paris Daisy #FAF346

RGB

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

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

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

R = 44.4%
G = 43.16%
B = 12.43%

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

#FAF346 (or 0xFAF346) is known color: Paris Daisy. HEX triplet: FA, F3 and 46. RGB value is (250,243,70). Sum of RGB (Red+Green+Blue) = 250+243+70=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 70 (27.73% from 255 or 12.43% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF346 is #050CB9. Grayscale: #E2E2E2. Windows color (decimal): -330938 or 4649978. OLE color: 4649978.

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

Color convert

RGB 250 243 70 -
CMYK 0 0.03 0.72 0.02
HSL 57.67º 0.95% 0.63% -
HSV(B) 57.67º 0.72% 0.98% -
XYZ 72.58 84.87 18.35 -
YUV 225.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 250 243 70 0 0.03 0.72 0.02 57.67 0.95 0.63
Hex FA F3 46 0 3 48 2 3A 5F 3F
Octal 372 363 106 0 3 110 2 72 137 77
Binary 11111010 11110011 1000110 0 11 1001000 10 111010 1011111 111111

Color Harmonies of #FAF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF346

Black with #FAF346

Text Example


Text Example

White with #FAF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF346; }

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

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

background-color css

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

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

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

border-color css

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

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

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